Html Css Color HEX #899A04 Olive

📋 copy color: '#899A04'

red 137 ◦ green 154 ◦ blue 4

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

Shades of Olive #899A04

Tints of Olive #899A04

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.2%

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

R = 46.44%
G = 52.2%
B = 1.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#899A04 (or 0x899A04) is known color: Olive. HEX triplet: 89, 9A and 04. RGB value is (137,154,4). Sum of RGB (Red+Green+Blue) = 137+154+4=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #899A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899A04 is #7665FB. Grayscale: #848484. Windows color (decimal): -7759356 or 301705. OLE color: 301705.

HSL color Cylindrical-coordinate representation of color #899A04: hue angle of 66.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #899A04 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 154 4 -
CMYK 0.11 0 0.97 0.40
HSL 66.8º 0.95% 0.31% -
HSV(B) 66.8º 0.97% 0.6% -
XYZ 21.89 28.44 4.45 -
YUV 131.82 55.87 131.7 -
System Red Green Blue C M Y K H S L
Decimal 137 154 4 0.11 0 0.97 0.40 66.8 0.95 0.31
Hex 89 9A 4 B 0 61 28 43 5F 1F
Octal 211 232 4 13 0 141 50 103 137 37
Binary 10001001 10011010 100 1011 0 1100001 101000 1000011 1011111 11111

Color Harmonies of #899A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899A04

Black with #899A04

Text Example


Text Example

White with #899A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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