#82920A

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

Shades of Olive #82920A

Tints of Olive #82920A

Color information

#82920A (or 0x82920A) is unknown color: approx Olive. HEX triplet: 82, 92 and 0A. RGB value is (130,146,10). Sum of RGB (Red+Green+Blue) = 130+146+10=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #82920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82920A is #7D6DF5. Grayscale: #7E7E7E. Windows color (decimal): -8220150 or 692866. OLE color: 692866.

HSL color Cylindrical-coordinate representation of color #82920A: hue angle of 67.06º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82920A is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB13014610-
CMYK0.1100.930.43
HSL67.06º87.18%30.59%-
HSV(B)67.06º93.15%57.25%-
XYZ19.5425.334.15-
YUV125.7162.7131.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 10 (4.30% from 255) = 3.50%
R=45.45%
G=51.05%
B=3.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146100.1100.930.4367.0687.1830.59
Hex8292AB05D2B43571f
Octal202222121301355310312737
Binary100000101001001010101011010111011010111000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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