Html Css Color HEX #858109 Olive

📋 copy color: '#858109'

red 133 ◦ green 129 ◦ blue 9

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

Shades of Olive #858109

Tints of Olive #858109

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.6%

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

R = 49.08%
G = 47.6%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#858109 (or 0x858109) is known color: Olive. HEX triplet: 85, 81 and 09. RGB value is (133,129,9). Sum of RGB (Red+Green+Blue) = 133+129+9=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #858109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858109 is #7A7EF6. Grayscale: #747474. Windows color (decimal): -8027895 or 622981. OLE color: 622981.

HSL color Cylindrical-coordinate representation of color #858109: hue angle of 58.06º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #858109 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 9 -
CMYK 0 0.03 0.93 0.48
HSL 58.06º 0.87% 0.28% -
HSV(B) 58.06º 0.93% 0.52% -
XYZ 17.57 20.71 3.33 -
YUV 116.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 133 129 9 0 0.03 0.93 0.48 58.06 0.87 0.28
Hex 85 81 9 0 3 5D 30 3A 57 1C
Octal 205 201 11 0 3 135 60 72 127 34
Binary 10000101 10000001 1001 0 11 1011101 110000 111010 1010111 11100

Color Harmonies of #858109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858109

Black with #858109

Text Example


Text Example

White with #858109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858109; }

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

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

background-color css

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

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

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

border-color css

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

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

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