Html Css Color HEX #80720D Olive

📋 copy color: '#80720D'

red 128 ◦ green 114 ◦ blue 13

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

Shades of Olive #80720D

Tints of Olive #80720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

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

R = 50.2%
G = 44.71%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80720D (or 0x80720D) is known color: Olive. HEX triplet: 80, 72 and 0D. RGB value is (128,114,13). Sum of RGB (Red+Green+Blue) = 128+114+13=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80720D is #7F8DF2. Grayscale: #6B6B6B. Windows color (decimal): -8359411 or 881280. OLE color: 881280.

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

Color convert

RGB 128 114 13 -
CMYK 0 0.11 0.90 0.50
HSL 52.7º 0.82% 0.28% -
HSV(B) 52.7º 0.9% 0.5% -
XYZ 14.99 16.65 2.8 -
YUV 106.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 128 114 13 0 0.11 0.90 0.50 52.7 0.82 0.28
Hex 80 72 D 0 B 5A 32 35 52 1C
Octal 200 162 15 0 13 132 62 65 122 34
Binary 10000000 1110010 1101 0 1011 1011010 110010 110101 1010010 11100

Color Harmonies of #80720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80720D

Black with #80720D

Text Example


Text Example

White with #80720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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