#116845

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

Shades of Jewel #116845

Tints of Jewel #116845

Color information

#116845 (or 0x116845) is unknown color: approx Jewel. HEX triplet: 11, 68 and 45. RGB value is (17,104,69). Sum of RGB (Red+Green+Blue) = 17+104+69=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #116845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116845 is #EE97BA. Grayscale: #4A4A4A. Windows color (decimal): -15636411 or 4548625. OLE color: 4548625.

HSL color Cylindrical-coordinate representation of color #116845: hue angle of 155.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116845 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1710469-
CMYK0.8400.340.59
HSL155.86º71.9%23.73%-
HSV(B)155.86º83.65%40.78%-
XYZ6.2610.457.32-
YUV74125.1887.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=8.95%
G=54.74%
B=36.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104690.8400.340.59155.8671.923.73
Hex116845540223B9c4818
Octal211501051240427323411030
Binary10001110100010001011010100010001011101110011100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116845; }

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

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

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

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

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

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

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

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