#82840F

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

Shades of Olive #82840F

Tints of Olive #82840F

Color information

#82840F (or 0x82840F) is unknown color: approx Olive. HEX triplet: 82, 84 and 0F. RGB value is (130,132,15). Sum of RGB (Red+Green+Blue) = 130+132+15=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #82840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82840F is #7D7BF0. Grayscale: #767676. Windows color (decimal): -8223729 or 1016962. OLE color: 1016962.

HSL color Cylindrical-coordinate representation of color #82840F: hue angle of 61.03º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82840F is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13013215-
CMYK0.0200.890.48
HSL61.03º79.59%28.82%-
HSV(B)61.03º88.64%51.76%-
XYZ17.5421.283.64-
YUV118.0669.84136.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=46.93%
G=47.65%
B=5.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132150.0200.890.4861.0379.5928.82
Hex8284F2059303d501d
Octal2022041720131607512035
Binary100000101000010011111001011001110000111101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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