#898B04

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

Shades of Olive #898B04

Tints of Olive #898B04

Color information

#898B04 (or 0x898B04) is unknown color: approx Olive. HEX triplet: 89, 8B and 04. RGB value is (137,139,4). Sum of RGB (Red+Green+Blue) = 137+139+4=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #898B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898B04 is #7674FB. Grayscale: #7B7B7B. Windows color (decimal): -7763196 or 297865. OLE color: 297865.

HSL color Cylindrical-coordinate representation of color #898B04: hue angle of 60.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #898B04 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB1371394-
CMYK0.0100.970.45
HSL60.89º94.41%28.04%-
HSV(B)60.89º97.12%54.51%-
XYZ19.5723.793.68-
YUV123.0160.84137.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 139 (54.69% from 255) = 49.64%
BLUE value IS 4 (1.95% from 255) = 1.43%
R=48.93%
G=49.64%
B=1.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13713940.0100.970.4560.8994.4128.04
Hex898B410612D3d5e1c
Octal211213410141557513634
Binary1000100110001011100101100001101101111101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898B04; }

 p { color: rgb(137,139,4); }

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

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

 a { background-color: rgb(137,139,4); }

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

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

 span { border-color: rgb(137,139,4); }

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