#85810C

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

Shades of Olive #85810C

Tints of Olive #85810C

Color information

#85810C (or 0x85810C) is unknown color: approx Olive. HEX triplet: 85, 81 and 0C. RGB value is (133,129,12). Sum of RGB (Red+Green+Blue) = 133+129+12=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85810C is #7A7EF3. Grayscale: #757575. Windows color (decimal): -8027892 or 819589. OLE color: 819589.

HSL color Cylindrical-coordinate representation of color #85810C: hue angle of 58.02º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85810C is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13312912-
CMYK00.030.910.48
HSL58.02º83.45%28.43%-
HSV(B)58.02º90.98%52.16%-
XYZ17.5920.713.42-
YUV116.8668.83139.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=48.54%
G=47.08%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331291200.030.910.4858.0283.4528.43
Hex8581C035B303a531c
Octal2052011403133607212334
Binary100001011000000111000111011011110000111010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85810C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85810C; }

 p { color: rgb(133,129,12); }

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

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

 a { background-color: rgb(133,129,12); }

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

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

 span { border-color: rgb(133,129,12); }

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