#106F42

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

Shades of Jewel #106F42

Tints of Jewel #106F42

Color information

#106F42 (or 0x106F42) is unknown color: approx Jewel. HEX triplet: 10, 6F and 42. RGB value is (16,111,66). Sum of RGB (Red+Green+Blue) = 16+111+66=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #106F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106F42 is #EF90BD. Grayscale: #4D4D4D. Windows color (decimal): -15700158 or 4353808. OLE color: 4353808.

HSL color Cylindrical-coordinate representation of color #106F42: hue angle of 151.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F42 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1611166-
CMYK0.8600.410.56
HSL151.58º74.8%24.9%-
HSV(B)151.58º85.59%43.53%-
XYZ6.8811.877.08-
YUV77.46121.5384.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=8.29%
G=57.51%
B=34.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16111660.8600.410.56151.5874.824.9
Hex106F425602938984b19
Octal201571021260517023011331
Binary10000110111110000101010110010100111100010011000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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