#897103

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

Shades of Olive #897103

Tints of Olive #897103

Color information

#897103 (or 0x897103) is unknown color: approx Olive. HEX triplet: 89, 71 and 03. RGB value is (137,113,3). Sum of RGB (Red+Green+Blue) = 137+113+3=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #897103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897103 is #768EFC. Grayscale: #6C6C6C. Windows color (decimal): -7769853 or 225673. OLE color: 225673.

HSL color Cylindrical-coordinate representation of color #897103: hue angle of 49.25º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #897103 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB1371133-
CMYK00.180.980.46
HSL49.25º95.71%27.45%-
HSV(B)49.25º97.81%53.73%-
XYZ16.2417.142.54-
YUV107.6468.95148.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=54.15%
G=44.66%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137113300.180.980.4649.2595.7127.45
Hex89713012622E31601b
Octal2111613022142566114033
Binary100010011110001110100101100010101110110001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897103; }

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

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

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

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

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

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

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

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