#88800F

Color #88800F Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #88800F

Tints of Olive #88800F

Color information

#88800F (or 0x88800F) is unknown color: approx Olive. HEX triplet: 88, 80 and 0F. RGB value is (136,128,15). Sum of RGB (Red+Green+Blue) = 136+128+15=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88800F is #777FF0. Grayscale: #757575. Windows color (decimal): -7831537 or 1015944. OLE color: 1015944.

HSL color Cylindrical-coordinate representation of color #88800F: hue angle of 56.03º 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 #88800F is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13612815-
CMYK00.060.890.47
HSL56.03º80.13%29.61%-
HSV(B)56.03º88.97%53.33%-
XYZ17.9620.713.5-
YUV117.5170.15141.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=48.75%
G=45.88%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361281500.060.890.4756.0380.1329.61
Hex8880F06592F38501e
Octal2102001706131577012036
Binary1000100010000000111101101011001101111111000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88800F;
 }
 .AnyTagClassName
 {
   color: #88800F;
 }
</style>
background-color css

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

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

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

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

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

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