#898D00

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

Shades of Olive #898D00

Tints of Olive #898D00

Color information

#898D00 (or 0x898D00) is unknown color: approx Olive. HEX triplet: 89, 8D and 00. RGB value is (137,141,0). Sum of RGB (Red+Green+Blue) = 137+141+0=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #898D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898D00 is #7672FF. Grayscale: #7C7C7C. Windows color (decimal): -7762688 or 36233. OLE color: 36233.

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

Color convert

RGB1371410-
CMYK0.03010.45
HSL61.7º100%27.65%-
HSV(B)61.7º100%55.29%-
XYZ19.8424.373.66-
YUV123.7358.17137.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 141 (55.47% from 255) = 50.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.28%
G=50.72%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13714100.03010.4561.710027.65
Hex898D030642D3e641c
Octal211215030144557614434
Binary100010011000110101101100100101101111110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,141,0); }

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

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

 a { background-color: rgb(137,141,0); }

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

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

 span { border-color: rgb(137,141,0); }

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