Html Css Color HEX #857609 Olive

📋 copy color: '#857609'

red 133 ◦ green 118 ◦ blue 9

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

Shades of Olive #857609

Tints of Olive #857609

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.38%

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

R = 51.15%
G = 45.38%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#857609 (or 0x857609) is known color: Olive. HEX triplet: 85, 76 and 09. RGB value is (133,118,9). Sum of RGB (Red+Green+Blue) = 133+118+9=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #857609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857609 is #7A89F6. Grayscale: #6E6E6E. Windows color (decimal): -8030711 or 620165. OLE color: 620165.

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

Color convert

RGB 133 118 9 -
CMYK 0 0.11 0.93 0.48
HSL 52.74º 0.87% 0.28% -
HSV(B) 52.74º 0.93% 0.52% -
XYZ 16.2 17.96 2.87 -
YUV 110.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 133 118 9 0 0.11 0.93 0.48 52.74 0.87 0.28
Hex 85 76 9 0 B 5D 30 35 57 1C
Octal 205 166 11 0 13 135 60 65 127 34
Binary 10000101 1110110 1001 0 1011 1011101 110000 110101 1010111 11100

Color Harmonies of #857609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857609

Black with #857609

Text Example


Text Example

White with #857609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857609; }

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

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

background-color css

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

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

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

border-color css

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

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

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