#11704e

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

Shades of Jewel #11704E

Tints of Jewel #11704E

Color information

#11704E (or 0x11704E) is unknown color: approx Jewel. HEX triplet: 11, 70 and 4E. RGB value is (17,112,78). Sum of RGB (Red+Green+Blue) = 17+112+78=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #11704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11704E is #EE8FB1. Grayscale: #4F4F4F. Windows color (decimal): -15634354 or 5140497. OLE color: 5140497.

HSL color Cylindrical-coordinate representation of color #11704E: hue angle of 158.53º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11704E is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1711278-
CMYK0.8500.300.56
HSL158.53º73.64%25.29%-
HSV(B)158.53º84.82%43.92%-
XYZ7.412.269.18-
YUV79.72127.0383.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 112 (44.14% from 255) = 54.11%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=8.21%
G=54.11%
B=37.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112780.8500.300.56158.5373.6425.29
Hex11704E5501E389f4a19
Octal211601161250367023711231
Binary1000111100001001110101010101111011100010011111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11704e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11704e; }

 p { color: rgb(17,112,78); }

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

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

 a { background-color: rgb(17,112,78); }

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

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

 span { border-color: rgb(17,112,78); }

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