Html Css Color HEX #80820A Olive

📋 copy color: '#80820A'

red 128 ◦ green 130 ◦ blue 10

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

Shades of Olive #80820A

Tints of Olive #80820A

RGB

 RED value IS 128 (50.39% from 255) = 47.76%

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 47.76%
G = 48.51%
B = 3.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#80820A (or 0x80820A) is known color: Olive. HEX triplet: 80, 82 and 0A. RGB value is (128,130,10). Sum of RGB (Red+Green+Blue) = 128+130+10=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #80820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80820A is #7F7DF5. Grayscale: #747474. Windows color (decimal): -8355318 or 688768. OLE color: 688768.

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

Color convert

RGB 128 130 10 -
CMYK 0.02 0 0.92 0.49
HSL 61º 0.86% 0.27% -
HSV(B) 61º 0.92% 0.51% -
XYZ 16.94 20.58 3.37 -
YUV 115.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 128 130 10 0.02 0 0.92 0.49 61 0.86 0.27
Hex 80 82 A 2 0 5C 31 3D 56 1B
Octal 200 202 12 2 0 134 61 75 126 33
Binary 10000000 10000010 1010 10 0 1011100 110001 111101 1010110 11011

Color Harmonies of #80820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80820A

Black with #80820A

Text Example


Text Example

White with #80820A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80820A;
 }
 .AnyTagClassName
 {
   color: #80820A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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