#11614B

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

Shades of Jewel #11614B

Tints of Jewel #11614B

Color information

#11614B (or 0x11614B) is unknown color: approx Jewel. HEX triplet: 11, 61 and 4B. RGB value is (17,97,75). Sum of RGB (Red+Green+Blue) = 17+97+75=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #11614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11614B is #EE9EB4. Grayscale: #464646. Windows color (decimal): -15638197 or 4940049. OLE color: 4940049.

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

Color convert

RGB179775-
CMYK0.8200.230.62
HSL163.5º70.18%22.35%-
HSV(B)163.5º82.47%38.04%-
XYZ5.789.188.12-
YUV70.57130.589.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=8.99%
G=51.32%
B=39.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797750.8200.230.62163.570.1822.35
Hex11614B520173Ea44616
Octal211411131220277624410626
Binary1000111000011001011101001001011111111010100100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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