#82880B

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

Shades of Olive #82880B

Tints of Olive #82880B

Color information

#82880B (or 0x82880B) is unknown color: approx Olive. HEX triplet: 82, 88 and 0B. RGB value is (130,136,11). Sum of RGB (Red+Green+Blue) = 130+136+11=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #82880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82880B is #7D77F4. Grayscale: #787878. Windows color (decimal): -8222709 or 755842. OLE color: 755842.

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

Color convert

RGB13013611-
CMYK0.0400.920.47
HSL62.88º85.03%28.82%-
HSV(B)62.88º91.91%53.33%-
XYZ18.0722.383.68-
YUV119.9666.51135.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 11 (4.69% from 255) = 3.97%
R=46.93%
G=49.10%
B=3.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136110.0400.920.4762.8885.0328.82
Hex8288B405C2F3f551d
Octal2022101340134577712535
Binary1000001010001000101110001011100101111111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,136,11); }

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

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

 a { background-color: rgb(130,136,11); }

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

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

 span { border-color: rgb(130,136,11); }

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