#899903

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

Shades of Olive #899903

Tints of Olive #899903

Color information

#899903 (or 0x899903) is unknown color: approx Olive. HEX triplet: 89, 99 and 03. RGB value is (137,153,3). Sum of RGB (Red+Green+Blue) = 137+153+3=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #899903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899903 is #7666FC. Grayscale: #838383. Windows color (decimal): -7759613 or 235913. OLE color: 235913.

HSL color Cylindrical-coordinate representation of color #899903: hue angle of 66.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #899903 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB1371533-
CMYK0.1000.980.4
HSL66.4º96.15%30.59%-
HSV(B)66.4º98.04%60%-
XYZ21.7228.114.37-
YUV131.1255.7132.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=46.76%
G=52.22%
B=1.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13715330.1000.980.466.496.1530.59
Hex89993A0622842601f
Octal21123131201425010214037
Binary1000100110011001111010011000101010001000010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899903; }

 p { color: rgb(137,153,3); }

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

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

 a { background-color: rgb(137,153,3); }

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

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

 span { border-color: rgb(137,153,3); }

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