#88900C

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

Shades of Olive #88900C

Tints of Olive #88900C

Color information

#88900C (or 0x88900C) is unknown color: approx Olive. HEX triplet: 88, 90 and 0C. RGB value is (136,144,12). Sum of RGB (Red+Green+Blue) = 136+144+12=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #88900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88900C is #776FF3. Grayscale: #7F7F7F. Windows color (decimal): -7827444 or 823432. OLE color: 823432.

HSL color Cylindrical-coordinate representation of color #88900C: hue angle of 63.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88900C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB13614412-
CMYK0.0600.920.44
HSL63.64º84.62%30.59%-
HSV(B)63.64º91.67%56.47%-
XYZ20.1925.214.15-
YUV126.5663.35134.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 12 (5.08% from 255) = 4.11%
R=46.58%
G=49.32%
B=4.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144120.0600.920.4463.6484.6230.59
Hex8890C605C2C40551f
Octal21022014601345410012537
Binary10001000100100001100110010111001011001000000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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