#82870A

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

Shades of Olive #82870A

Tints of Olive #82870A

Color information

#82870A (or 0x82870A) is unknown color: approx Olive. HEX triplet: 82, 87 and 0A. RGB value is (130,135,10). Sum of RGB (Red+Green+Blue) = 130+135+10=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #82870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82870A is #7D78F5. Grayscale: #777777. Windows color (decimal): -8222966 or 690050. OLE color: 690050.

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

Color convert

RGB13013510-
CMYK0.0400.930.47
HSL62.4º86.21%28.43%-
HSV(B)62.4º92.59%52.94%-
XYZ17.9222.13.61-
YUV119.2566.34135.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=47.27%
G=49.09%
B=3.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135100.0400.930.4762.486.2128.43
Hex8287A405D2F3e561c
Octal2022071240135577612634
Binary1000001010000111101010001011101101111111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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