#116645

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

Shades of Jewel #116645

Tints of Jewel #116645

Color information

#116645 (or 0x116645) is unknown color: approx Jewel. HEX triplet: 11, 66 and 45. RGB value is (17,102,69). Sum of RGB (Red+Green+Blue) = 17+102+69=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #116645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116645 is #EE99BA. Grayscale: #484848. Windows color (decimal): -15636923 or 4548113. OLE color: 4548113.

HSL color Cylindrical-coordinate representation of color #116645: hue angle of 156.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116645 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB1710269-
CMYK0.8300.320.6
HSL156.71º71.43%23.33%-
HSV(B)156.71º83.33%40%-
XYZ6.0610.057.25-
YUV72.82125.8488.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=9.04%
G=54.26%
B=36.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102690.8300.320.6156.7171.4323.33
Hex116645530203C9d4717
Octal211461051230407423510727
Binary10001110011010001011010011010000011110010011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116645; }

 p { color: rgb(17,102,69); }

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

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

 a { background-color: rgb(17,102,69); }

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

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

 span { border-color: rgb(17,102,69); }

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