Html Css Color HEX #80880F Olive

📋 copy color: '#80880F'

red 128 ◦ green 136 ◦ blue 15

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

Shades of Olive #80880F

Tints of Olive #80880F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 45.88%
G = 48.75%
B = 5.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#80880F (or 0x80880F) is known color: Olive. HEX triplet: 80, 88 and 0F. RGB value is (128,136,15). Sum of RGB (Red+Green+Blue) = 128+136+15=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #80880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80880F is #7F77F0. Grayscale: #787878. Windows color (decimal): -8353777 or 1017984. OLE color: 1017984.

HSL color Cylindrical-coordinate representation of color #80880F: hue angle of 63.97º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80880F is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 15 -
CMYK 0.06 0 0.89 0.47
HSL 63.97º 0.8% 0.3% -
HSV(B) 63.97º 0.89% 0.53% -
XYZ 17.79 22.23 3.81 -
YUV 119.81 68.85 133.84 -
System Red Green Blue C M Y K H S L
Decimal 128 136 15 0.06 0 0.89 0.47 63.97 0.8 0.3
Hex 80 88 F 6 0 59 2F 40 50 1E
Octal 200 210 17 6 0 131 57 100 120 36
Binary 10000000 10001000 1111 110 0 1011001 101111 1000000 1010000 11110

Color Harmonies of #80880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80880F

Black with #80880F

Text Example


Text Example

White with #80880F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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