#11614C

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

Shades of Jewel #11614C

Tints of Jewel #11614C

Color information

#11614C (or 0x11614C) is unknown color: approx Jewel. HEX triplet: 11, 61 and 4C. RGB value is (17,97,76). Sum of RGB (Red+Green+Blue) = 17+97+76=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #11614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11614C is #EE9EB3. Grayscale: #464646. Windows color (decimal): -15638196 or 5005585. OLE color: 5005585.

HSL color Cylindrical-coordinate representation of color #11614C: hue angle of 164.25º 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 #11614C is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB179776-
CMYK0.8200.220.62
HSL164.25º70.18%22.35%-
HSV(B)164.25º82.47%38.04%-
XYZ5.819.198.31-
YUV70.6913189.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 76 (30.08% from 255) = 40%
R=8.95%
G=51.05%
B=40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797760.8200.220.62164.2570.1822.35
Hex11614C520163Ea44616
Octal211411141220267624410626
Binary1000111000011001100101001001011011111010100100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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