Html Css Color HEX #80880D Olive

📋 copy color: '#80880D'

red 128 ◦ green 136 ◦ blue 13

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

Shades of Olive #80880D

Tints of Olive #80880D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.69%

R = 46.21%
G = 49.1%
B = 4.69%

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

#80880D (or 0x80880D) is known color: Olive. HEX triplet: 80, 88 and 0D. RGB value is (128,136,13). Sum of RGB (Red+Green+Blue) = 128+136+13=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #80880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80880D is #7F77F2. Grayscale: #787878. Windows color (decimal): -8353779 or 886912. OLE color: 886912.

HSL color Cylindrical-coordinate representation of color #80880D: hue angle of 63.9º degrees, saturation: 0.83, 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 #80880D is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 13 -
CMYK 0.06 0 0.90 0.47
HSL 63.9º 0.83% 0.29% -
HSV(B) 63.9º 0.9% 0.53% -
XYZ 17.78 22.23 3.73 -
YUV 119.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 128 136 13 0.06 0 0.90 0.47 63.9 0.83 0.29
Hex 80 88 D 6 0 5A 2F 40 53 1D
Octal 200 210 15 6 0 132 57 100 123 35
Binary 10000000 10001000 1101 110 0 1011010 101111 1000000 1010011 11101

Color Harmonies of #80880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80880D

Black with #80880D

Text Example


Text Example

White with #80880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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