#82800B

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

Shades of Olive #82800B

Tints of Olive #82800B

Color information

#82800B (or 0x82800B) is unknown color: approx Olive. HEX triplet: 82, 80 and 0B. RGB value is (130,128,11). Sum of RGB (Red+Green+Blue) = 130+128+11=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #82800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82800B is #7D7FF4. Grayscale: #737373. Windows color (decimal): -8224757 or 753794. OLE color: 753794.

HSL color Cylindrical-coordinate representation of color #82800B: hue angle of 58.99º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82800B is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13012811-
CMYK00.020.920.49
HSL58.99º84.4%27.65%-
HSV(B)58.99º91.54%50.98%-
XYZ16.9920.213.32-
YUV115.2669.16138.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 11 (4.69% from 255) = 4.09%
R=48.33%
G=47.58%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301281100.020.920.4958.9984.427.65
Hex8280B025C313b541c
Octal2022001302134617312434
Binary100000101000000010110101011100110001111011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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