Html Css Color HEX #897000 Olive

📋 copy color: '#897000'

red 137 ◦ green 112 ◦ blue 0

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

Shades of Olive #897000

Tints of Olive #897000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.02%
G = 44.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#897000 (or 0x897000) is known color: Olive. HEX triplet: 89, 70 and 00. RGB value is (137,112,0). Sum of RGB (Red+Green+Blue) = 137+112+0=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #897000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897000 is #768FFF. Grayscale: #6B6B6B. Windows color (decimal): -7770112 or 28809. OLE color: 28809.

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

Color convert

RGB 137 112 0 -
CMYK 0 0.18 1 0.46
HSL 49.05º 1% 0.27% -
HSV(B) 49.05º 1% 0.54% -
XYZ 16.11 16.91 2.41 -
YUV 106.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 137 112 0 0 0.18 1 0.46 49.05 1 0.27
Hex 89 70 0 0 12 64 2E 31 64 1B
Octal 211 160 0 0 22 144 56 61 144 33
Binary 10001001 1110000 0 0 10010 1100100 101110 110001 1100100 11011

Color Harmonies of #897000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897000

Black with #897000

Text Example


Text Example

White with #897000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897000; }

 p { color: rgb(137,112,0); }

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

background-color css

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

 a { background-color: rgb(137,112,0); }

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

border-color css

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

 span { border-color: rgb(137,112,0); }

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