Html Css Color HEX #899805 Olive

📋 copy color: '#899805'

red 137 ◦ green 152 ◦ blue 5

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

Shades of Olive #899805

Tints of Olive #899805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.7%

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 46.6%
G = 51.7%
B = 1.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#899805 (or 0x899805) is known color: Olive. HEX triplet: 89, 98 and 05. RGB value is (137,152,5). Sum of RGB (Red+Green+Blue) = 137+152+5=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #899805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899805 is #7667FA. Grayscale: #838383. Windows color (decimal): -7759867 or 366729. OLE color: 366729.

HSL color Cylindrical-coordinate representation of color #899805: hue angle of 66.12º degrees, saturation: 0.94, 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 #899805 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 152 5 -
CMYK 0.10 0 0.97 0.40
HSL 66.12º 0.94% 0.31% -
HSV(B) 66.12º 0.97% 0.6% -
XYZ 21.57 27.79 4.37 -
YUV 130.76 57.03 132.45 -
System Red Green Blue C M Y K H S L
Decimal 137 152 5 0.10 0 0.97 0.40 66.12 0.94 0.31
Hex 89 98 5 A 0 61 28 42 5E 1F
Octal 211 230 5 12 0 141 50 102 136 37
Binary 10001001 10011000 101 1010 0 1100001 101000 1000010 1011110 11111

Color Harmonies of #899805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899805

Black with #899805

Text Example


Text Example

White with #899805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899805; }

 p { color: rgb(137,152,5); }

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

background-color css

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

 a { background-color: rgb(137,152,5); }

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

border-color css

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

 span { border-color: rgb(137,152,5); }

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