Html Css Color HEX #898001 Olive

📋 copy color: '#898001'

red 137 ◦ green 128 ◦ blue 1

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

Shades of Olive #898001

Tints of Olive #898001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.12%

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

R = 51.5%
G = 48.12%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#898001 (or 0x898001) is known color: Olive. HEX triplet: 89, 80 and 01. RGB value is (137,128,1). Sum of RGB (Red+Green+Blue) = 137+128+1=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #898001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898001 is #767FFE. Grayscale: #747474. Windows color (decimal): -7766015 or 98441. OLE color: 98441.

HSL color Cylindrical-coordinate representation of color #898001: hue angle of 56.03º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #898001 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 1 -
CMYK 0 0.07 0.99 0.46
HSL 56.03º 0.99% 0.27% -
HSV(B) 56.03º 0.99% 0.54% -
XYZ 18.04 20.76 3.08 -
YUV 116.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 137 128 1 0 0.07 0.99 0.46 56.03 0.99 0.27
Hex 89 80 1 0 7 63 2E 38 63 1B
Octal 211 200 1 0 7 143 56 70 143 33
Binary 10001001 10000000 1 0 111 1100011 101110 111000 1100011 11011

Color Harmonies of #898001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898001

Black with #898001

Text Example


Text Example

White with #898001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898001; }

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

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

background-color css

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

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

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

border-color css

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

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

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