Html Css Color HEX #897104 Olive

📋 copy color: '#897104'

red 137 ◦ green 113 ◦ blue 4

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

Shades of Olive #897104

Tints of Olive #897104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 53.94%
G = 44.49%
B = 1.57%

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

#897104 (or 0x897104) is known color: Olive. HEX triplet: 89, 71 and 04. RGB value is (137,113,4). Sum of RGB (Red+Green+Blue) = 137+113+4=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #897104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897104 is #768EFB. Grayscale: #6C6C6C. Windows color (decimal): -7769852 or 291209. OLE color: 291209.

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

Color convert

RGB 137 113 4 -
CMYK 0 0.18 0.97 0.46
HSL 49.17º 0.94% 0.28% -
HSV(B) 49.17º 0.97% 0.54% -
XYZ 16.24 17.14 2.57 -
YUV 107.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 137 113 4 0 0.18 0.97 0.46 49.17 0.94 0.28
Hex 89 71 4 0 12 61 2E 31 5E 1C
Octal 211 161 4 0 22 141 56 61 136 34
Binary 10001001 1110001 100 0 10010 1100001 101110 110001 1011110 11100

Color Harmonies of #897104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897104

Black with #897104

Text Example


Text Example

White with #897104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897104; }

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

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

background-color css

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

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

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

border-color css

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

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

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