#106A42

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

Shades of Jewel #106A42

Tints of Jewel #106A42

Color information

#106A42 (or 0x106A42) is unknown color: approx Jewel. HEX triplet: 10, 6A and 42. RGB value is (16,106,66). Sum of RGB (Red+Green+Blue) = 16+106+66=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #106A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106A42 is #EF95BD. Grayscale: #4A4A4A. Windows color (decimal): -15701438 or 4352528. OLE color: 4352528.

HSL color Cylindrical-coordinate representation of color #106A42: hue angle of 153.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 #106A42 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB1610666-
CMYK0.8500.380.58
HSL153.33º73.77%23.92%-
HSV(B)153.33º84.91%41.57%-
XYZ6.3510.816.91-
YUV74.53123.1886.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 106 (41.80% from 255) = 56.38%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=8.51%
G=56.38%
B=35.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106660.8500.380.58153.3373.7723.92
Hex106A42550263A994a18
Octal201521021250467223111230
Binary10000110101010000101010101010011011101010011001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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