Html Css Color HEX #897504 Olive

📋 copy color: '#897504'

red 137 ◦ green 117 ◦ blue 4

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

Shades of Olive #897504

Tints of Olive #897504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.35%

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

R = 53.1%
G = 45.35%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#897504 (or 0x897504) is known color: Olive. HEX triplet: 89, 75 and 04. RGB value is (137,117,4). Sum of RGB (Red+Green+Blue) = 137+117+4=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #897504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897504 is #768AFB. Grayscale: #6E6E6E. Windows color (decimal): -7768828 or 292233. OLE color: 292233.

HSL color Cylindrical-coordinate representation of color #897504: hue angle of 50.98º 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 #897504 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 117 4 -
CMYK 0 0.15 0.97 0.46
HSL 50.98º 0.94% 0.28% -
HSV(B) 50.98º 0.97% 0.54% -
XYZ 16.7 18.05 2.72 -
YUV 110.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 137 117 4 0 0.15 0.97 0.46 50.98 0.94 0.28
Hex 89 75 4 0 F 61 2E 33 5E 1C
Octal 211 165 4 0 17 141 56 63 136 34
Binary 10001001 1110101 100 0 1111 1100001 101110 110011 1011110 11100

Color Harmonies of #897504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897504

Black with #897504

Text Example


Text Example

White with #897504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897504; }

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

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

background-color css

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

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

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

border-color css

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

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

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