Html Css Color HEX #85760E Olive

📋 copy color: '#85760E'

red 133 ◦ green 118 ◦ blue 14

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

Shades of Olive #85760E

Tints of Olive #85760E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 50.19%
G = 44.53%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85760E (or 0x85760E) is known color: Olive. HEX triplet: 85, 76 and 0E. RGB value is (133,118,14). Sum of RGB (Red+Green+Blue) = 133+118+14=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85760E is #7A89F1. Grayscale: #6F6F6F. Windows color (decimal): -8030706 or 947845. OLE color: 947845.

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

Color convert

RGB 133 118 14 -
CMYK 0 0.11 0.89 0.48
HSL 52.44º 0.81% 0.29% -
HSV(B) 52.44º 0.89% 0.52% -
XYZ 16.23 17.98 3.03 -
YUV 110.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 133 118 14 0 0.11 0.89 0.48 52.44 0.81 0.29
Hex 85 76 E 0 B 59 30 34 51 1D
Octal 205 166 16 0 13 131 60 64 121 35
Binary 10000101 1110110 1110 0 1011 1011001 110000 110100 1010001 11101

Color Harmonies of #85760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85760E

Black with #85760E

Text Example


Text Example

White with #85760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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