#889305

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

Shades of Olive #889305

Tints of Olive #889305

Color information

#889305 (or 0x889305) is unknown color: approx Olive. HEX triplet: 88, 93 and 05. RGB value is (136,147,5). Sum of RGB (Red+Green+Blue) = 136+147+5=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #889305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889305 is #776CFA. Grayscale: #808080. Windows color (decimal): -7826683 or 365448. OLE color: 365448.

HSL color Cylindrical-coordinate representation of color #889305: hue angle of 64.65º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #889305 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1361475-
CMYK0.0700.970.42
HSL64.65º93.42%29.8%-
HSV(B)64.65º96.6%57.65%-
XYZ20.6126.114.1-
YUV127.5258.86134.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=47.22%
G=51.04%
B=1.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13614750.0700.970.4264.6593.4229.8
Hex8893570612A415d1e
Octal2102235701415210113536
Binary1000100010010011101111011000011010101000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889305; }

 p { color: rgb(136,147,5); }

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

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

 a { background-color: rgb(136,147,5); }

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

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

 span { border-color: rgb(136,147,5); }

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