#899308

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

Shades of Olive #899308

Tints of Olive #899308

Color information

#899308 (or 0x899308) is unknown color: approx Olive. HEX triplet: 89, 93 and 08. RGB value is (137,147,8). Sum of RGB (Red+Green+Blue) = 137+147+8=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #899308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899308 is #766CF7. Grayscale: #808080. Windows color (decimal): -7761144 or 562057. OLE color: 562057.

HSL color Cylindrical-coordinate representation of color #899308: hue angle of 64.32º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #899308 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1371478-
CMYK0.0700.950.42
HSL64.32º89.68%30.39%-
HSV(B)64.32º94.56%57.65%-
XYZ20.7926.24.19-
YUV128.1660.19134.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 147 (57.81% from 255) = 50.34%
BLUE value IS 8 (3.52% from 255) = 2.74%
R=46.92%
G=50.34%
B=2.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13714780.0700.950.4264.3289.6830.39
Hex89938705F2A405a1e
Octal21122310701375210013236
Binary10001001100100111000111010111111010101000000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899308; }

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

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

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

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

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

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

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

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