Html Css Color HEX #80820E Olive

📋 copy color: '#80820E'

red 128 ◦ green 130 ◦ blue 14

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

Shades of Olive #80820E

Tints of Olive #80820E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 47.06%
G = 47.79%
B = 5.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#80820E (or 0x80820E) is known color: Olive. HEX triplet: 80, 82 and 0E. RGB value is (128,130,14). Sum of RGB (Red+Green+Blue) = 128+130+14=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #80820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80820E is #7F7DF1. Grayscale: #747474. Windows color (decimal): -8355314 or 950912. OLE color: 950912.

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

Color convert

RGB 128 130 14 -
CMYK 0.02 0 0.89 0.49
HSL 61.03º 0.81% 0.28% -
HSV(B) 61.03º 0.89% 0.51% -
XYZ 16.96 20.59 3.49 -
YUV 116.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 128 130 14 0.02 0 0.89 0.49 61.03 0.81 0.28
Hex 80 82 E 2 0 59 31 3D 51 1C
Octal 200 202 16 2 0 131 61 75 121 34
Binary 10000000 10000010 1110 10 0 1011001 110001 111101 1010001 11100

Color Harmonies of #80820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80820E

Black with #80820E

Text Example


Text Example

White with #80820E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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