Html Css Color HEX #899001 Olive

📋 copy color: '#899001'

red 137 ◦ green 144 ◦ blue 1

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

Shades of Olive #899001

Tints of Olive #899001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 48.58%
G = 51.06%
B = 0.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#899001 (or 0x899001) is known color: Olive. HEX triplet: 89, 90 and 01. RGB value is (137,144,1). Sum of RGB (Red+Green+Blue) = 137+144+1=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #899001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899001 is #766FFE. Grayscale: #7E7E7E. Windows color (decimal): -7761919 or 102537. OLE color: 102537.

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

Color convert

RGB 137 144 1 -
CMYK 0.05 0 0.99 0.44
HSL 62.94º 0.99% 0.28% -
HSV(B) 62.94º 0.99% 0.56% -
XYZ 20.3 25.27 3.84 -
YUV 125.61 57.68 136.13 -
System Red Green Blue C M Y K H S L
Decimal 137 144 1 0.05 0 0.99 0.44 62.94 0.99 0.28
Hex 89 90 1 5 0 63 2C 3F 63 1C
Octal 211 220 1 5 0 143 54 77 143 34
Binary 10001001 10010000 1 101 0 1100011 101100 111111 1100011 11100

Color Harmonies of #899001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899001

Black with #899001

Text Example


Text Example

White with #899001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899001; }

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

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

background-color css

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

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

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

border-color css

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

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

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