Html Css Color HEX #899504 Olive

📋 copy color: '#899504'

red 137 ◦ green 149 ◦ blue 4

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

Shades of Olive #899504

Tints of Olive #899504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.38%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 47.24%
G = 51.38%
B = 1.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#899504 (or 0x899504) is known color: Olive. HEX triplet: 89, 95 and 04. RGB value is (137,149,4). Sum of RGB (Red+Green+Blue) = 137+149+4=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #899504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899504 is #766AFB. Grayscale: #818181. Windows color (decimal): -7760636 or 300425. OLE color: 300425.

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

Color convert

RGB 137 149 4 -
CMYK 0.08 0 0.97 0.42
HSL 64.97º 0.95% 0.3% -
HSV(B) 64.97º 0.97% 0.58% -
XYZ 21.09 26.82 4.18 -
YUV 128.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 137 149 4 0.08 0 0.97 0.42 64.97 0.95 0.3
Hex 89 95 4 8 0 61 2A 41 5F 1E
Octal 211 225 4 10 0 141 52 101 137 36
Binary 10001001 10010101 100 1000 0 1100001 101010 1000001 1011111 11110

Color Harmonies of #899504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899504

Black with #899504

Text Example


Text Example

White with #899504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899504; }

 p { color: rgb(137,149,4); }

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

background-color css

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

 a { background-color: rgb(137,149,4); }

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

border-color css

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

 span { border-color: rgb(137,149,4); }

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