#85750B

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

Shades of Olive #85750B

Tints of Olive #85750B

Color information

#85750B (or 0x85750B) is unknown color: approx Olive. HEX triplet: 85, 75 and 0B. RGB value is (133,117,11). Sum of RGB (Red+Green+Blue) = 133+117+11=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85750B is #7A8AF4. Grayscale: #6E6E6E. Windows color (decimal): -8030965 or 750981. OLE color: 750981.

HSL color Cylindrical-coordinate representation of color #85750B: hue angle of 52.13º 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 #85750B is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13311711-
CMYK00.120.920.48
HSL52.13º84.72%28.24%-
HSV(B)52.13º91.73%52.16%-
XYZ16.0917.732.89-
YUV109.772.3144.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 11 (4.69% from 255) = 4.21%
R=50.96%
G=44.83%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331171100.120.920.4852.1384.7228.24
Hex8575B0C5C3034551c
Octal20516513014134606412534
Binary1000010111101011011011001011100110000110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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