Html Css Color HEX #80880E Olive

📋 copy color: '#80880E'

red 128 ◦ green 136 ◦ blue 14

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

Shades of Olive #80880E

Tints of Olive #80880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

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

R = 46.04%
G = 48.92%
B = 5.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#80880E (or 0x80880E) is known color: Olive. HEX triplet: 80, 88 and 0E. RGB value is (128,136,14). Sum of RGB (Red+Green+Blue) = 128+136+14=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #80880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80880E is #7F77F1. Grayscale: #787878. Windows color (decimal): -8353778 or 952448. OLE color: 952448.

HSL color Cylindrical-coordinate representation of color #80880E: hue angle of 63.93º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80880E is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 14 -
CMYK 0.06 0 0.90 0.47
HSL 63.93º 0.81% 0.29% -
HSV(B) 63.93º 0.9% 0.53% -
XYZ 17.79 22.23 3.77 -
YUV 119.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 128 136 14 0.06 0 0.90 0.47 63.93 0.81 0.29
Hex 80 88 E 6 0 5A 2F 40 51 1D
Octal 200 210 16 6 0 132 57 100 121 35
Binary 10000000 10001000 1110 110 0 1011010 101111 1000000 1010001 11101

Color Harmonies of #80880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80880E

Black with #80880E

Text Example


Text Example

White with #80880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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