Html Css Color HEX #899408 Olive

📋 copy color: '#899408'

red 137 ◦ green 148 ◦ blue 8

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

Shades of Olive #899408

Tints of Olive #899408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 46.76%
G = 50.51%
B = 2.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#899408 (or 0x899408) is known color: Olive. HEX triplet: 89, 94 and 08. RGB value is (137,148,8). Sum of RGB (Red+Green+Blue) = 137+148+8=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #899408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899408 is #766BF7. Grayscale: #818181. Windows color (decimal): -7760888 or 562313. OLE color: 562313.

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

Color convert

RGB 137 148 8 -
CMYK 0.07 0 0.95 0.42
HSL 64.71º 0.9% 0.31% -
HSV(B) 64.71º 0.95% 0.58% -
XYZ 20.95 26.52 4.24 -
YUV 128.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 137 148 8 0.07 0 0.95 0.42 64.71 0.9 0.31
Hex 89 94 8 7 0 5F 2A 41 5A 1F
Octal 211 224 10 7 0 137 52 101 132 37
Binary 10001001 10010100 1000 111 0 1011111 101010 1000001 1011010 11111

Color Harmonies of #899408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899408

Black with #899408

Text Example


Text Example

White with #899408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899408; }

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

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

background-color css

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

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

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

border-color css

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

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

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