Html Css Color HEX #80760E Olive

📋 copy color: '#80760E'

red 128 ◦ green 118 ◦ blue 14

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

Shades of Olive #80760E

Tints of Olive #80760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.38%

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

R = 49.23%
G = 45.38%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80760E (or 0x80760E) is known color: Olive. HEX triplet: 80, 76 and 0E. RGB value is (128,118,14). Sum of RGB (Red+Green+Blue) = 128+118+14=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80760E is #7F89F1. Grayscale: #6D6D6D. Windows color (decimal): -8358386 or 947840. OLE color: 947840.

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

Color convert

RGB 128 118 14 -
CMYK 0 0.08 0.89 0.50
HSL 54.74º 0.8% 0.28% -
HSV(B) 54.74º 0.89% 0.5% -
XYZ 15.46 17.58 2.99 -
YUV 109.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 128 118 14 0 0.08 0.89 0.50 54.74 0.8 0.28
Hex 80 76 E 0 8 59 32 37 50 1C
Octal 200 166 16 0 10 131 62 67 120 34
Binary 10000000 1110110 1110 0 1000 1011001 110010 110111 1010000 11100

Color Harmonies of #80760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80760E

Black with #80760E

Text Example


Text Example

White with #80760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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