#11704D

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

Shades of Jewel #11704D

Tints of Jewel #11704D

Color information

#11704D (or 0x11704D) is unknown color: approx Jewel. HEX triplet: 11, 70 and 4D. RGB value is (17,112,77). Sum of RGB (Red+Green+Blue) = 17+112+77=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #11704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11704D is #EE8FB2. Grayscale: #4F4F4F. Windows color (decimal): -15634355 or 5074961. OLE color: 5074961.

HSL color Cylindrical-coordinate representation of color #11704D: hue angle of 157.89º 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 #11704D is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1711277-
CMYK0.8500.310.56
HSL157.89º73.64%25.29%-
HSV(B)157.89º84.82%43.92%-
XYZ7.3612.249-
YUV79.6126.5383.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=8.25%
G=54.37%
B=37.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112770.8500.310.56157.8973.6425.29
Hex11704D5501F389e4a19
Octal211601151250377023611231
Binary1000111100001001101101010101111111100010011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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