#897A12

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

Shades of Olive #897A12

Tints of Olive #897A12

Color information

#897A12 (or 0x897A12) is unknown color: approx Olive. HEX triplet: 89, 7A and 12. RGB value is (137,122,18). Sum of RGB (Red+Green+Blue) = 137+122+18=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #897A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897A12 is #7685ED. Grayscale: #737373. Windows color (decimal): -7767534 or 1211017. OLE color: 1211017.

HSL color Cylindrical-coordinate representation of color #897A12: hue angle of 52.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #897A12 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB13712218-
CMYK00.110.870.46
HSL52.44º76.77%30.39%-
HSV(B)52.44º86.86%53.73%-
XYZ17.3919.283.38-
YUV114.6373.47143.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=49.46%
G=44.04%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371221800.110.870.4652.4476.7730.39
Hex897A120B572E344d1e
Octal21117222013127566411536
Binary10001001111101010010010111010111101110110100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,122,18); }

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

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

 a { background-color: rgb(137,122,18); }

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

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

 span { border-color: rgb(137,122,18); }

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