#868225

Color #868225 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #868225

Tints of Trendy Green #868225

Color information

#868225 (or 0x868225) is unknown color: approx Trendy Green. HEX triplet: 86, 82 and 25. RGB value is (134,130,37). Sum of RGB (Red+Green+Blue) = 134+130+37=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #868225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868225 is #797DDA. Grayscale: #787878. Windows color (decimal): -7962075 or 2458246. OLE color: 2458246.

HSL color Cylindrical-coordinate representation of color #868225: hue angle of 57.53º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #868225 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB13413037-
CMYK00.030.720.47
HSL57.53º56.73%33.53%-
HSV(B)57.53º72.39%52.55%-
XYZ18.1521.174.88-
YUV120.5980.83137.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=44.52%
G=43.19%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341303700.030.720.4757.5356.7333.53
Hex86822503482F3a3922
Octal206202450311057727142
Binary10000110100000101001010111001000101111111010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868225; }

 p { color: rgb(134,130,37); }

 H1.HeaderClassName
 {
   color: #868225;
 }
 .AnyTagClassName
 {
   color: #868225;
 }
</style>
background-color css

<style>
 a { background-color: #868225; }

 a { background-color: rgb(134,130,37); }

 div.DivClassName
 {
   background-color: #868225;
 }
 .BgClassName
 {
   background-color: #868225;
 }
</style>
border-color css

<style>
 span { border-color: #868225; }

 span { border-color: rgb(134,130,37); }

 td.TdClassName
 {
   border-color: #868225;
 }
 .TagClassName
 {
   border-color: #868225;
 }
</style>