#897B14

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

Shades of Olive #897B14

Tints of Olive #897B14

Color information

#897B14 (or 0x897B14) is unknown color: approx Olive. HEX triplet: 89, 7B and 14. RGB value is (137,123,20). Sum of RGB (Red+Green+Blue) = 137+123+20=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #897B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B14 is #7684EB. Grayscale: #737373. Windows color (decimal): -7767276 or 1342345. OLE color: 1342345.

HSL color Cylindrical-coordinate representation of color #897B14: hue angle of 52.82º 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 #897B14 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB13712320-
CMYK00.100.850.46
HSL52.82º74.52%30.78%-
HSV(B)52.82º85.4%53.73%-
XYZ17.5319.533.51-
YUV115.4474.14143.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 20 (8.20% from 255) = 7.14%
R=48.93%
G=43.93%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371232000.100.850.4652.8274.5230.78
Hex897B140A552E354b1f
Octal21117324012125566511337
Binary10001001111101110100010101010101101110110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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