Html Css Color HEX #858809 Olive

📋 copy color: '#858809'

red 133 ◦ green 136 ◦ blue 9

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

Shades of Olive #858809

Tints of Olive #858809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

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

R = 47.84%
G = 48.92%
B = 3.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#858809 (or 0x858809) is known color: Olive. HEX triplet: 85, 88 and 09. RGB value is (133,136,9). Sum of RGB (Red+Green+Blue) = 133+136+9=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #858809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858809 is #7A77F6. Grayscale: #797979. Windows color (decimal): -8026103 or 624773. OLE color: 624773.

HSL color Cylindrical-coordinate representation of color #858809: hue angle of 61.42º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #858809 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 9 -
CMYK 0.02 0 0.93 0.47
HSL 61.42º 0.88% 0.28% -
HSV(B) 61.42º 0.93% 0.53% -
XYZ 18.53 22.61 3.65 -
YUV 120.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 133 136 9 0.02 0 0.93 0.47 61.42 0.88 0.28
Hex 85 88 9 2 0 5D 2F 3D 58 1C
Octal 205 210 11 2 0 135 57 75 130 34
Binary 10000101 10001000 1001 10 0 1011101 101111 111101 1011000 11100

Color Harmonies of #858809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858809

Black with #858809

Text Example


Text Example

White with #858809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858809; }

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

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

background-color css

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

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

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

border-color css

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

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

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