Html Css Color HEX #80750E Olive

📋 copy color: '#80750E'

red 128 ◦ green 117 ◦ blue 14

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

Shades of Olive #80750E

Tints of Olive #80750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 49.42%
G = 45.17%
B = 5.41%

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

#80750E (or 0x80750E) is known color: Olive. HEX triplet: 80, 75 and 0E. RGB value is (128,117,14). Sum of RGB (Red+Green+Blue) = 128+117+14=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80750E is #7F8AF1. Grayscale: #6C6C6C. Windows color (decimal): -8358642 or 947584. OLE color: 947584.

HSL color Cylindrical-coordinate representation of color #80750E: hue angle of 54.21º 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 #80750E is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 14 -
CMYK 0 0.09 0.89 0.50
HSL 54.21º 0.8% 0.28% -
HSV(B) 54.21º 0.89% 0.5% -
XYZ 15.34 17.34 2.95 -
YUV 108.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 128 117 14 0 0.09 0.89 0.50 54.21 0.8 0.28
Hex 80 75 E 0 9 59 32 36 50 1C
Octal 200 165 16 0 11 131 62 66 120 34
Binary 10000000 1110101 1110 0 1001 1011001 110010 110110 1010000 11100

Color Harmonies of #80750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80750E

Black with #80750E

Text Example


Text Example

White with #80750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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