Html Css Color HEX #80840D Olive

📋 copy color: '#80840D'

red 128 ◦ green 132 ◦ blue 13

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

Shades of Olive #80840D

Tints of Olive #80840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.35%

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

R = 46.89%
G = 48.35%
B = 4.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#80840D (or 0x80840D) is known color: Olive. HEX triplet: 80, 84 and 0D. RGB value is (128,132,13). Sum of RGB (Red+Green+Blue) = 128+132+13=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #80840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80840D is #7F7BF2. Grayscale: #757575. Windows color (decimal): -8354803 or 885888. OLE color: 885888.

HSL color Cylindrical-coordinate representation of color #80840D: hue angle of 62.02º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80840D is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 13 -
CMYK 0.03 0 0.90 0.48
HSL 62.02º 0.82% 0.28% -
HSV(B) 62.02º 0.9% 0.52% -
XYZ 17.23 21.12 3.55 -
YUV 117.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 128 132 13 0.03 0 0.90 0.48 62.02 0.82 0.28
Hex 80 84 D 3 0 5A 30 3E 52 1C
Octal 200 204 15 3 0 132 60 76 122 34
Binary 10000000 10000100 1101 11 0 1011010 110000 111110 1010010 11100

Color Harmonies of #80840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80840D

Black with #80840D

Text Example


Text Example

White with #80840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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