Html Css Color HEX #899004 Olive

📋 copy color: '#899004'

red 137 ◦ green 144 ◦ blue 4

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

Shades of Olive #899004

Tints of Olive #899004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

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

R = 48.07%
G = 50.53%
B = 1.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#899004 (or 0x899004) is known color: Olive. HEX triplet: 89, 90 and 04. RGB value is (137,144,4). Sum of RGB (Red+Green+Blue) = 137+144+4=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #899004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899004 is #766FFB. Grayscale: #7E7E7E. Windows color (decimal): -7761916 or 299145. OLE color: 299145.

HSL color Cylindrical-coordinate representation of color #899004: hue angle of 63º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #899004 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 144 4 -
CMYK 0.05 0 0.97 0.44
HSL 63º 0.95% 0.29% -
HSV(B) 63º 0.97% 0.56% -
XYZ 20.31 25.27 3.92 -
YUV 125.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 137 144 4 0.05 0 0.97 0.44 63 0.95 0.29
Hex 89 90 4 5 0 61 2C 3F 5F 1D
Octal 211 220 4 5 0 141 54 77 137 35
Binary 10001001 10010000 100 101 0 1100001 101100 111111 1011111 11101

Color Harmonies of #899004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899004

Black with #899004

Text Example


Text Example

White with #899004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899004; }

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

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

background-color css

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

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

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

border-color css

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

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

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