Html Css Color HEX #80710D Olive

📋 copy color: '#80710D'

red 128 ◦ green 113 ◦ blue 13

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

Shades of Olive #80710D

Tints of Olive #80710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 50.39%
G = 44.49%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80710D (or 0x80710D) is known color: Olive. HEX triplet: 80, 71 and 0D. RGB value is (128,113,13). Sum of RGB (Red+Green+Blue) = 128+113+13=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80710D is #7F8EF2. Grayscale: #6A6A6A. Windows color (decimal): -8359667 or 881024. OLE color: 881024.

HSL color Cylindrical-coordinate representation of color #80710D: hue angle of 52.17º 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 #80710D is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 13 -
CMYK 0 0.12 0.90 0.50
HSL 52.17º 0.82% 0.28% -
HSV(B) 52.17º 0.9% 0.5% -
XYZ 14.88 16.43 2.77 -
YUV 106.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 128 113 13 0 0.12 0.90 0.50 52.17 0.82 0.28
Hex 80 71 D 0 C 5A 32 34 52 1C
Octal 200 161 15 0 14 132 62 64 122 34
Binary 10000000 1110001 1101 0 1100 1011010 110010 110100 1010010 11100

Color Harmonies of #80710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80710D

Black with #80710D

Text Example


Text Example

White with #80710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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