#898C04

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

Shades of Olive #898C04

Tints of Olive #898C04

Color information

#898C04 (or 0x898C04) is unknown color: approx Olive. HEX triplet: 89, 8C and 04. RGB value is (137,140,4). Sum of RGB (Red+Green+Blue) = 137+140+4=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #898C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898C04 is #7673FB. Grayscale: #7C7C7C. Windows color (decimal): -7762940 or 298121. OLE color: 298121.

HSL color Cylindrical-coordinate representation of color #898C04: hue angle of 61.32º 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 #898C04 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB1371404-
CMYK0.0200.970.45
HSL61.32º94.44%28.24%-
HSV(B)61.32º97.14%54.9%-
XYZ19.7224.083.72-
YUV123.660.51137.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 140 (55.08% from 255) = 49.82%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=48.75%
G=49.82%
B=1.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13714040.0200.970.4561.3294.4428.24
Hex898C420612D3d5e1c
Octal211214420141557513634
Binary10001001100011001001001100001101101111101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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