Html Css Color HEX #80740E Olive

📋 copy color: '#80740E'

red 128 ◦ green 116 ◦ blue 14

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

Shades of Olive #80740E

Tints of Olive #80740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 49.61%
G = 44.96%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80740E (or 0x80740E) is known color: Olive. HEX triplet: 80, 74 and 0E. RGB value is (128,116,14). Sum of RGB (Red+Green+Blue) = 128+116+14=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80740E is #7F8BF1. Grayscale: #6C6C6C. Windows color (decimal): -8358898 or 947328. OLE color: 947328.

HSL color Cylindrical-coordinate representation of color #80740E: hue angle of 53.68º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80740E is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 14 -
CMYK 0 0.09 0.89 0.50
HSL 53.68º 0.8% 0.28% -
HSV(B) 53.68º 0.89% 0.5% -
XYZ 15.23 17.11 2.92 -
YUV 107.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 128 116 14 0 0.09 0.89 0.50 53.68 0.8 0.28
Hex 80 74 E 0 9 59 32 36 50 1C
Octal 200 164 16 0 11 131 62 66 120 34
Binary 10000000 1110100 1110 0 1001 1011001 110010 110110 1010000 11100

Color Harmonies of #80740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80740E

Black with #80740E

Text Example


Text Example

White with #80740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80740E; }

 p { color: rgb(128,116,14); }

 H1.HeaderClassName
 {
   color: #80740E;
 }
 .AnyTagClassName
 {
   color: #80740E;
 }
</style>

background-color css

<style>
 a { background-color: #80740E; }

 a { background-color: rgb(128,116,14); }

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

border-color css

<style>
 span { border-color: #80740E; }

 span { border-color: rgb(128,116,14); }

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