#897E14

Color #897E14 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #897E14

Tints of Olive #897E14

Color information

#897E14 (or 0x897E14) is unknown color: approx Olive. HEX triplet: 89, 7E and 14. RGB value is (137,126,20). Sum of RGB (Red+Green+Blue) = 137+126+20=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #897E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897E14 is #7681EB. Grayscale: #757575. Windows color (decimal): -7766508 or 1343113. OLE color: 1343113.

HSL color Cylindrical-coordinate representation of color #897E14: hue angle of 54.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #897E14 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB13712620-
CMYK00.080.850.46
HSL54.36º74.52%30.78%-
HSV(B)54.36º85.4%53.73%-
XYZ17.920.293.63-
YUV117.273.14142.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.41%
GREEN value IS 126 (49.61% from 255) = 44.52%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=48.41%
G=44.52%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371262000.080.850.4654.3674.5230.78
Hex897E1408552E364b1f
Octal21117624010125566611337
Binary10001001111111010100010001010101101110110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897E14; }

 p { color: rgb(137,126,20); }

 H1.HeaderClassName
 {
   color: #897E14;
 }
 .AnyTagClassName
 {
   color: #897E14;
 }
</style>
background-color css

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

 a { background-color: rgb(137,126,20); }

 div.DivClassName
 {
   background-color: #897E14;
 }
 .BgClassName
 {
   background-color: #897E14;
 }
</style>
border-color css

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

 span { border-color: rgb(137,126,20); }

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