Html Css Color HEX #899409 Olive

📋 copy color: '#899409'

red 137 ◦ green 148 ◦ blue 9

#899409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #899409

Tints of Olive #899409

RGB

 RED value IS 137 (53.91% from 255) = 46.6%

 GREEN value IS 148 (58.2% from 255) = 50.34%

 BLUE value IS 9 (3.91% from 255) = 3.06%

R = 46.6%
G = 50.34%
B = 3.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#899409 (or 0x899409) is known color: Olive. HEX triplet: 89, 94 and 09. RGB value is (137,148,9). Sum of RGB (Red+Green+Blue) = 137+148+9=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #899409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899409 is #766BF6. Grayscale: #818181. Windows color (decimal): -7760887 or 627849. OLE color: 627849.

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

Color convert

RGB 137 148 9 -
CMYK 0.07 0 0.94 0.42
HSL 64.75º 0.89% 0.31% -
HSV(B) 64.75º 0.94% 0.58% -
XYZ 20.96 26.52 4.27 -
YUV 128.87 60.36 133.8 -
System Red Green Blue C M Y K H S L
Decimal 137 148 9 0.07 0 0.94 0.42 64.75 0.89 0.31
Hex 89 94 9 7 0 5E 2A 41 59 1F
Octal 211 224 11 7 0 136 52 101 131 37
Binary 10001001 10010100 1001 111 0 1011110 101010 1000001 1011001 11111

Color Harmonies of #899409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899409

Black with #899409

Text Example


Text Example

White with #899409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899409; }

 p { color: rgb(137,148,9); }

 H1.HeaderClassName
 {
   color: #899409;
 }
 .AnyTagClassName
 {
   color: #899409;
 }
</style>

background-color css

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

 a { background-color: rgb(137,148,9); }

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

border-color css

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

 span { border-color: rgb(137,148,9); }

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