#85760B

Color #85760B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #85760B

Tints of Olive #85760B

Color information

#85760B (or 0x85760B) is unknown color: approx Olive. HEX triplet: 85, 76 and 0B. RGB value is (133,118,11). Sum of RGB (Red+Green+Blue) = 133+118+11=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85760B is #7A89F4. Grayscale: #6E6E6E. Windows color (decimal): -8030709 or 751237. OLE color: 751237.

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

Color convert

RGB13311811-
CMYK00.110.920.48
HSL52.62º84.72%28.24%-
HSV(B)52.62º91.73%52.16%-
XYZ16.2117.972.93-
YUV110.2971.97144.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 11 (4.69% from 255) = 4.20%
R=50.76%
G=45.04%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331181100.110.920.4852.6284.7228.24
Hex8576B0B5C3035551c
Octal20516613013134606512534
Binary1000010111101101011010111011100110000110101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85760B;
 }
 .AnyTagClassName
 {
   color: #85760B;
 }
</style>
background-color css

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

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

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

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

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

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