Html Css Color HEX #859209 Olive

📋 copy color: '#859209'

red 133 ◦ green 146 ◦ blue 9

#859209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #859209

Tints of Olive #859209

RGB

 RED value IS 133 (52.34% from 255) = 46.18%

 GREEN value IS 146 (57.42% from 255) = 50.69%

 BLUE value IS 9 (3.91% from 255) = 3.13%

R = 46.18%
G = 50.69%
B = 3.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#859209 (or 0x859209) is known color: Olive. HEX triplet: 85, 92 and 09. RGB value is (133,146,9). Sum of RGB (Red+Green+Blue) = 133+146+9=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #859209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859209 is #7A6DF6. Grayscale: #7F7F7F. Windows color (decimal): -8023543 or 627333. OLE color: 627333.

HSL color Cylindrical-coordinate representation of color #859209: hue angle of 65.69º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #859209 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 9 -
CMYK 0.09 0 0.94 0.43
HSL 65.69º 0.88% 0.3% -
HSV(B) 65.69º 0.94% 0.57% -
XYZ 20 25.56 4.14 -
YUV 126.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 133 146 9 0.09 0 0.94 0.43 65.69 0.88 0.3
Hex 85 92 9 9 0 5E 2B 42 58 1E
Octal 205 222 11 11 0 136 53 102 130 36
Binary 10000101 10010010 1001 1001 0 1011110 101011 1000010 1011000 11110

Color Harmonies of #859209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859209

Black with #859209

Text Example


Text Example

White with #859209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859209; }

 p { color: rgb(133,146,9); }

 H1.HeaderClassName
 {
   color: #859209;
 }
 .AnyTagClassName
 {
   color: #859209;
 }
</style>

background-color css

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

 a { background-color: rgb(133,146,9); }

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

border-color css

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

 span { border-color: rgb(133,146,9); }

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