Html Css Color HEX #80710B Olive

📋 copy color: '#80710B'

red 128 ◦ green 113 ◦ blue 11

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

Shades of Olive #80710B

Tints of Olive #80710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 50.79%
G = 44.84%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80710B (or 0x80710B) is known color: Olive. HEX triplet: 80, 71 and 0B. RGB value is (128,113,11). Sum of RGB (Red+Green+Blue) = 128+113+11=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80710B is #7F8EF4. Grayscale: #6A6A6A. Windows color (decimal): -8359669 or 749952. OLE color: 749952.

HSL color Cylindrical-coordinate representation of color #80710B: hue angle of 52.31º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80710B is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 11 -
CMYK 0 0.12 0.91 0.50
HSL 52.31º 0.84% 0.27% -
HSV(B) 52.31º 0.91% 0.5% -
XYZ 14.87 16.42 2.7 -
YUV 105.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 128 113 11 0 0.12 0.91 0.50 52.31 0.84 0.27
Hex 80 71 B 0 C 5B 32 34 54 1B
Octal 200 161 13 0 14 133 62 64 124 33
Binary 10000000 1110001 1011 0 1100 1011011 110010 110100 1010100 11011

Color Harmonies of #80710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80710B

Black with #80710B

Text Example


Text Example

White with #80710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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