#888C10

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

Shades of Olive #888C10

Tints of Olive #888C10

Color information

#888C10 (or 0x888C10) is unknown color: approx Olive. HEX triplet: 88, 8C and 10. RGB value is (136,140,16). Sum of RGB (Red+Green+Blue) = 136+140+16=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #888C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888C10 is #7773EF. Grayscale: #7D7D7D. Windows color (decimal): -7828464 or 1084552. OLE color: 1084552.

HSL color Cylindrical-coordinate representation of color #888C10: hue angle of 61.94º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #888C10 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB13614016-
CMYK0.0300.890.45
HSL61.94º79.49%30.59%-
HSV(B)61.94º88.57%54.9%-
XYZ19.6224.034.09-
YUV124.6766.67136.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=46.58%
G=47.95%
B=5.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136140160.0300.890.4561.9479.4930.59
Hex888C1030592D3e4f1f
Octal2102142030131557611737
Binary1000100010001100100001101011001101101111110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888C10; }

 p { color: rgb(136,140,16); }

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

<style>
 a { background-color: #888C10; }

 a { background-color: rgb(136,140,16); }

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

<style>
 span { border-color: #888C10; }

 span { border-color: rgb(136,140,16); }

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