Html Css Color HEX #80790E Olive

📋 copy color: '#80790E'

red 128 ◦ green 121 ◦ blue 14

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

Shades of Olive #80790E

Tints of Olive #80790E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.01%

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

R = 48.67%
G = 46.01%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80790E (or 0x80790E) is known color: Olive. HEX triplet: 80, 79 and 0E. RGB value is (128,121,14). Sum of RGB (Red+Green+Blue) = 128+121+14=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80790E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80790E is #7F86F1. Grayscale: #6F6F6F. Windows color (decimal): -8357618 or 948608. OLE color: 948608.

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

Color convert

RGB 128 121 14 -
CMYK 0 0.05 0.89 0.50
HSL 56.32º 0.8% 0.28% -
HSV(B) 56.32º 0.89% 0.5% -
XYZ 15.82 18.3 3.11 -
YUV 110.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 128 121 14 0 0.05 0.89 0.50 56.32 0.8 0.28
Hex 80 79 E 0 5 59 32 38 50 1C
Octal 200 171 16 0 5 131 62 70 120 34
Binary 10000000 1111001 1110 0 101 1011001 110010 111000 1010000 11100

Color Harmonies of #80790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80790E

Black with #80790E

Text Example


Text Example

White with #80790E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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