#106A48

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

Shades of Jewel #106A48

Tints of Jewel #106A48

Color information

#106A48 (or 0x106A48) is unknown color: approx Jewel. HEX triplet: 10, 6A and 48. RGB value is (16,106,72). Sum of RGB (Red+Green+Blue) = 16+106+72=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #106A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106A48 is #EF95B7. Grayscale: #4B4B4B. Windows color (decimal): -15701432 or 4745744. OLE color: 4745744.

HSL color Cylindrical-coordinate representation of color #106A48: hue angle of 157.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106A48 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1610672-
CMYK0.8500.320.58
HSL157.33º73.77%23.92%-
HSV(B)157.33º84.91%41.57%-
XYZ6.5410.897.89-
YUV75.21126.1885.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 106 (41.80% from 255) = 54.64%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=8.25%
G=54.64%
B=37.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106720.8500.320.58157.3373.7723.92
Hex106A48550203A9d4a18
Octal201521101250407223511230
Binary10000110101010010001010101010000011101010011101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106A48; }

 p { color: rgb(16,106,72); }

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

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

 a { background-color: rgb(16,106,72); }

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

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

 span { border-color: rgb(16,106,72); }

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