Html Css Color HEX #857608 Olive

📋 copy color: '#857608'

red 133 ◦ green 118 ◦ blue 8

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

Shades of Olive #857608

Tints of Olive #857608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.09%

R = 51.35%
G = 45.56%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#857608 (or 0x857608) is known color: Olive. HEX triplet: 85, 76 and 08. RGB value is (133,118,8). Sum of RGB (Red+Green+Blue) = 133+118+8=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #857608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857608 is #7A89F7. Grayscale: #6E6E6E. Windows color (decimal): -8030712 or 554629. OLE color: 554629.

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

Color convert

RGB 133 118 8 -
CMYK 0 0.11 0.94 0.48
HSL 52.8º 0.89% 0.28% -
HSV(B) 52.8º 0.94% 0.52% -
XYZ 16.2 17.96 2.84 -
YUV 109.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 133 118 8 0 0.11 0.94 0.48 52.8 0.89 0.28
Hex 85 76 8 0 B 5E 30 35 59 1C
Octal 205 166 10 0 13 136 60 65 131 34
Binary 10000101 1110110 1000 0 1011 1011110 110000 110101 1011001 11100

Color Harmonies of #857608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857608

Black with #857608

Text Example


Text Example

White with #857608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857608; }

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

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

background-color css

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

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

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

border-color css

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

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

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