#82870C

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

Shades of Olive #82870C

Tints of Olive #82870C

Color information

#82870C (or 0x82870C) is unknown color: approx Olive. HEX triplet: 82, 87 and 0C. RGB value is (130,135,12). Sum of RGB (Red+Green+Blue) = 130+135+12=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #82870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82870C is #7D78F3. Grayscale: #777777. Windows color (decimal): -8222964 or 821122. OLE color: 821122.

HSL color Cylindrical-coordinate representation of color #82870C: hue angle of 62.44º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82870C is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13013512-
CMYK0.0400.910.47
HSL62.44º83.67%28.82%-
HSV(B)62.44º91.11%52.94%-
XYZ17.9422.13.67-
YUV119.4867.34135.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=46.93%
G=48.74%
B=4.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135120.0400.910.4762.4483.6728.82
Hex8287C405B2F3e541d
Octal2022071440133577612435
Binary1000001010000111110010001011011101111111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,135,12); }

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

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

 a { background-color: rgb(130,135,12); }

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

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

 span { border-color: rgb(130,135,12); }

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