Html Css Color HEX #897400 Olive

📋 copy color: '#897400'

red 137 ◦ green 116 ◦ blue 0

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

Shades of Olive #897400

Tints of Olive #897400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.85%

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

R = 54.15%
G = 45.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#897400 (or 0x897400) is known color: Olive. HEX triplet: 89, 74 and 00. RGB value is (137,116,0). Sum of RGB (Red+Green+Blue) = 137+116+0=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #897400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897400 is #768BFF. Grayscale: #6D6D6D. Windows color (decimal): -7769088 or 29833. OLE color: 29833.

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

Color convert

RGB 137 116 0 -
CMYK 0 0.15 1 0.46
HSL 50.8º 1% 0.27% -
HSV(B) 50.8º 1% 0.54% -
XYZ 16.56 17.81 2.56 -
YUV 109.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 137 116 0 0 0.15 1 0.46 50.8 1 0.27
Hex 89 74 0 0 F 64 2E 33 64 1B
Octal 211 164 0 0 17 144 56 63 144 33
Binary 10001001 1110100 0 0 1111 1100100 101110 110011 1100100 11011

Color Harmonies of #897400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897400

Black with #897400

Text Example


Text Example

White with #897400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897400; }

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

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

background-color css

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

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

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

border-color css

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

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

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