#106F4F

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

Shades of Jewel #106F4F

Tints of Jewel #106F4F

Color information

#106F4F (or 0x106F4F) is unknown color: approx Jewel. HEX triplet: 10, 6F and 4F. RGB value is (16,111,79). Sum of RGB (Red+Green+Blue) = 16+111+79=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #106F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F4F is #EF90B0. Grayscale: #4E4E4E. Windows color (decimal): -15700145 or 5205776. OLE color: 5205776.

HSL color Cylindrical-coordinate representation of color #106F4F: hue angle of 159.79º 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 #106F4F is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1611179-
CMYK0.8600.290.56
HSL159.79º74.8%24.9%-
HSV(B)159.79º85.59%43.53%-
XYZ7.3112.049.34-
YUV78.95128.0383.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=7.77%
G=53.88%
B=38.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16111790.8600.290.56159.7974.824.9
Hex106F4F5601D38a04b19
Octal201571171260357024011331
Binary1000011011111001111101011001110111100010100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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