#105F47

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

Shades of Jewel #105F47

Tints of Jewel #105F47

Color information

#105F47 (or 0x105F47) is unknown color: approx Jewel. HEX triplet: 10, 5F and 47. RGB value is (16,95,71). Sum of RGB (Red+Green+Blue) = 16+95+71=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #105F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F47 is #EFA0B8. Grayscale: #444444. Windows color (decimal): -15704249 or 4677392. OLE color: 4677392.

HSL color Cylindrical-coordinate representation of color #105F47: hue angle of 161.77º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F47 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB169571-
CMYK0.8300.250.63
HSL161.77º71.17%21.76%-
HSV(B)161.77º83.16%37.25%-
XYZ5.448.757.36-
YUV68.64129.3390.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 95 (37.5% from 255) = 52.20%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=8.79%
G=52.20%
B=39.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1695710.8300.250.63161.7771.1721.76
Hex105F47530193Fa24716
Octal201371071230317724210726
Binary1000010111111000111101001101100111111110100010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105F47; }

 p { color: rgb(16,95,71); }

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

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

 a { background-color: rgb(16,95,71); }

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

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

 span { border-color: rgb(16,95,71); }

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