#11614E

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

Shades of Jewel #11614E

Tints of Jewel #11614E

Color information

#11614E (or 0x11614E) is unknown color: approx Jewel. HEX triplet: 11, 61 and 4E. RGB value is (17,97,78). Sum of RGB (Red+Green+Blue) = 17+97+78=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #11614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11614E is #EE9EB1. Grayscale: #464646. Windows color (decimal): -15638194 or 5136657. OLE color: 5136657.

HSL color Cylindrical-coordinate representation of color #11614E: hue angle of 165.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11614E is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB179778-
CMYK0.8200.200.62
HSL165.75º70.18%22.35%-
HSV(B)165.75º82.47%38.04%-
XYZ5.889.228.68-
YUV70.9113289.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=8.85%
G=50.52%
B=40.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797780.8200.200.62165.7570.1822.35
Hex11614E520143Ea64616
Octal211411161220247624610626
Binary1000111000011001110101001001010011111010100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11614E; }

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

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

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

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

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

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

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

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