Html Css Color HEX #80820D Olive

📋 copy color: '#80820D'

red 128 ◦ green 130 ◦ blue 13

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

Shades of Olive #80820D

Tints of Olive #80820D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 47.23%
G = 47.97%
B = 4.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#80820D (or 0x80820D) is known color: Olive. HEX triplet: 80, 82 and 0D. RGB value is (128,130,13). Sum of RGB (Red+Green+Blue) = 128+130+13=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #80820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80820D is #7F7DF2. Grayscale: #747474. Windows color (decimal): -8355315 or 885376. OLE color: 885376.

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

Color convert

RGB 128 130 13 -
CMYK 0.02 0 0.9 0.49
HSL 61.03º 0.82% 0.28% -
HSV(B) 61.03º 0.9% 0.51% -
XYZ 16.96 20.58 3.46 -
YUV 116.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 128 130 13 0.02 0 0.9 0.49 61.03 0.82 0.28
Hex 80 82 D 2 0 5A 31 3D 52 1C
Octal 200 202 15 2 0 132 61 75 122 34
Binary 10000000 10000010 1101 10 0 1011010 110001 111101 1010010 11100

Color Harmonies of #80820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80820D

Black with #80820D

Text Example


Text Example

White with #80820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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