#82840D

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

Shades of Olive #82840D

Tints of Olive #82840D

Color information

#82840D (or 0x82840D) is unknown color: approx Olive. HEX triplet: 82, 84 and 0D. RGB value is (130,132,13). Sum of RGB (Red+Green+Blue) = 130+132+13=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #82840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82840D is #7D7BF2. Grayscale: #767676. Windows color (decimal): -8223731 or 885890. OLE color: 885890.

HSL color Cylindrical-coordinate representation of color #82840D: hue angle of 61.01º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82840D is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB13013213-
CMYK0.0200.900.48
HSL61.01º82.07%28.43%-
HSV(B)61.01º90.15%51.76%-
XYZ17.5321.283.56-
YUV117.8468.84136.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=47.27%
G=48%
B=4.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132130.0200.900.4861.0182.0728.43
Hex8284D205A303d521c
Octal2022041520132607512234
Binary100000101000010011011001011010110000111101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82840D; }

 p { color: rgb(130,132,13); }

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

<style>
 a { background-color: #82840D; }

 a { background-color: rgb(130,132,13); }

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

<style>
 span { border-color: #82840D; }

 span { border-color: rgb(130,132,13); }

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