Html Css Color HEX #82920A Olive

📋 copy color: '#82920A'

red 130 ◦ green 146 ◦ blue 10

#82920A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #82920A

Tints of Olive #82920A

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.3% from 255) = 3.5%

R = 45.45%
G = 51.05%
B = 3.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#82920A (or 0x82920A) is known color: 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

RGB 130 146 10 -
CMYK 0.11 0 0.93 0.43
HSL 67.06º 0.87% 0.31% -
HSV(B) 67.06º 0.93% 0.57% -
XYZ 19.54 25.33 4.15 -
YUV 125.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 130 146 10 0.11 0 0.93 0.43 67.06 0.87 0.31
Hex 82 92 A B 0 5D 2B 43 57 1F
Octal 202 222 12 13 0 135 53 103 127 37
Binary 10000010 10010010 1010 1011 0 1011101 101011 1000011 1010111 11111

Color Harmonies of #82920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82920A

Black with #82920A

Text Example


Text Example

White with #82920A

Text Example


Text Example

HTML Codes & Css Web 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>