Html Css Color HEX #80880C Olive

📋 copy color: '#80880C'

red 128 ◦ green 136 ◦ blue 12

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

Shades of Olive #80880C

Tints of Olive #80880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.35%

R = 46.38%
G = 49.28%
B = 4.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#80880C (or 0x80880C) is known color: Olive. HEX triplet: 80, 88 and 0C. RGB value is (128,136,12). Sum of RGB (Red+Green+Blue) = 128+136+12=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #80880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80880C is #7F77F3. Grayscale: #777777. Windows color (decimal): -8353780 or 821376. OLE color: 821376.

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

Color convert

RGB 128 136 12 -
CMYK 0.06 0 0.91 0.47
HSL 63.87º 0.84% 0.29% -
HSV(B) 63.87º 0.91% 0.53% -
XYZ 17.77 22.22 3.7 -
YUV 119.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 128 136 12 0.06 0 0.91 0.47 63.87 0.84 0.29
Hex 80 88 C 6 0 5B 2F 40 54 1D
Octal 200 210 14 6 0 133 57 100 124 35
Binary 10000000 10001000 1100 110 0 1011011 101111 1000000 1010100 11101

Color Harmonies of #80880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80880C

Black with #80880C

Text Example


Text Example

White with #80880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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