#898E08

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

Shades of Olive #898E08

Tints of Olive #898E08

Color information

#898E08 (or 0x898E08) is unknown color: approx Olive. HEX triplet: 89, 8E and 08. RGB value is (137,142,8). Sum of RGB (Red+Green+Blue) = 137+142+8=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #898E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898E08 is #7671F7. Grayscale: #7D7D7D. Windows color (decimal): -7762424 or 560777. OLE color: 560777.

HSL color Cylindrical-coordinate representation of color #898E08: hue angle of 62.24º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #898E08 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1371428-
CMYK0.0400.940.44
HSL62.24º89.33%29.41%-
HSV(B)62.24º94.37%55.69%-
XYZ20.0324.683.94-
YUV125.2361.84136.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 142 (55.86% from 255) = 49.48%
BLUE value IS 8 (3.52% from 255) = 2.79%
R=47.74%
G=49.48%
B=2.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13714280.0400.940.4462.2489.3329.41
Hex898E8405E2C3e591d
Octal2112161040136547613135
Binary1000100110001110100010001011110101100111110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,142,8); }

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

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

 a { background-color: rgb(137,142,8); }

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

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

 span { border-color: rgb(137,142,8); }

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