Html Css Color HEX #899404 Olive

📋 copy color: '#899404'

red 137 ◦ green 148 ◦ blue 4

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

Shades of Olive #899404

Tints of Olive #899404

RGB

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

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

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

R = 47.4%
G = 51.21%
B = 1.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#899404 (or 0x899404) is known color: Olive. HEX triplet: 89, 94 and 04. RGB value is (137,148,4). Sum of RGB (Red+Green+Blue) = 137+148+4=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #899404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899404 is #766BFB. Grayscale: #808080. Windows color (decimal): -7760892 or 300169. OLE color: 300169.

HSL color Cylindrical-coordinate representation of color #899404: hue angle of 64.58º 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 #899404 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 4 -
CMYK 0.07 0 0.97 0.42
HSL 64.58º 0.95% 0.3% -
HSV(B) 64.58º 0.97% 0.58% -
XYZ 20.93 26.51 4.13 -
YUV 128.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 137 148 4 0.07 0 0.97 0.42 64.58 0.95 0.3
Hex 89 94 4 7 0 61 2A 41 5F 1E
Octal 211 224 4 7 0 141 52 101 137 36
Binary 10001001 10010100 100 111 0 1100001 101010 1000001 1011111 11110

Color Harmonies of #899404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899404

Black with #899404

Text Example


Text Example

White with #899404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899404; }

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

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

background-color css

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

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

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

border-color css

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

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

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