Html Css Color HEX #897004 Olive

📋 copy color: '#897004'

red 137 ◦ green 112 ◦ blue 4

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

Shades of Olive #897004

Tints of Olive #897004

RGB

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

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

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

R = 54.15%
G = 44.27%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#897004 (or 0x897004) is known color: Olive. HEX triplet: 89, 70 and 04. RGB value is (137,112,4). Sum of RGB (Red+Green+Blue) = 137+112+4=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #897004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897004 is #768FFB. Grayscale: #6B6B6B. Windows color (decimal): -7770108 or 290953. OLE color: 290953.

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

Color convert

RGB 137 112 4 -
CMYK 0 0.18 0.97 0.46
HSL 48.72º 0.94% 0.28% -
HSV(B) 48.72º 0.97% 0.54% -
XYZ 16.13 16.92 2.53 -
YUV 107.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 137 112 4 0 0.18 0.97 0.46 48.72 0.94 0.28
Hex 89 70 4 0 12 61 2E 31 5E 1C
Octal 211 160 4 0 22 141 56 61 136 34
Binary 10001001 1110000 100 0 10010 1100001 101110 110001 1011110 11100

Color Harmonies of #897004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897004

Black with #897004

Text Example


Text Example

White with #897004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897004; }

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

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

background-color css

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

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

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

border-color css

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

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

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