Html Css Color HEX #858409 Olive

📋 copy color: '#858409'

red 133 ◦ green 132 ◦ blue 9

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

Shades of Olive #858409

Tints of Olive #858409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.18%

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

R = 48.54%
G = 48.18%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#858409 (or 0x858409) is known color: Olive. HEX triplet: 85, 84 and 09. RGB value is (133,132,9). Sum of RGB (Red+Green+Blue) = 133+132+9=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #858409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858409 is #7A7BF6. Grayscale: #767676. Windows color (decimal): -8027127 or 623749. OLE color: 623749.

HSL color Cylindrical-coordinate representation of color #858409: hue angle of 59.52º 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 #858409 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 9 -
CMYK 0 0.01 0.93 0.48
HSL 59.52º 0.87% 0.28% -
HSV(B) 59.52º 0.93% 0.52% -
XYZ 17.97 21.51 3.46 -
YUV 118.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 133 132 9 0 0.01 0.93 0.48 59.52 0.87 0.28
Hex 85 84 9 0 1 5D 30 3C 57 1C
Octal 205 204 11 0 1 135 60 74 127 34
Binary 10000101 10000100 1001 0 1 1011101 110000 111100 1010111 11100

Color Harmonies of #858409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858409

Black with #858409

Text Example


Text Example

White with #858409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858409; }

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

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

background-color css

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

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

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

border-color css

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

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

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