Html Css Color HEX #859109 Olive

📋 copy color: '#859109'

red 133 ◦ green 145 ◦ blue 9

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

Shades of Olive #859109

Tints of Olive #859109

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.52%

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

R = 46.34%
G = 50.52%
B = 3.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#859109 (or 0x859109) is known color: Olive. HEX triplet: 85, 91 and 09. RGB value is (133,145,9). Sum of RGB (Red+Green+Blue) = 133+145+9=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #859109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859109 is #7A6EF6. Grayscale: #7E7E7E. Windows color (decimal): -8023799 or 627077. OLE color: 627077.

HSL color Cylindrical-coordinate representation of color #859109: hue angle of 65.29º 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 #859109 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 145 9 -
CMYK 0.08 0 0.94 0.43
HSL 65.29º 0.88% 0.3% -
HSV(B) 65.29º 0.94% 0.57% -
XYZ 19.85 25.26 4.09 -
YUV 125.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 133 145 9 0.08 0 0.94 0.43 65.29 0.88 0.3
Hex 85 91 9 8 0 5E 2B 41 58 1E
Octal 205 221 11 10 0 136 53 101 130 36
Binary 10000101 10010001 1001 1000 0 1011110 101011 1000001 1011000 11110

Color Harmonies of #859109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859109

Black with #859109

Text Example


Text Example

White with #859109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859109; }

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

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

background-color css

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

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

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

border-color css

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

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

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