#106B4E

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

Shades of Jewel #106B4E

Tints of Jewel #106B4E

Color information

#106B4E (or 0x106B4E) is unknown color: approx Jewel. HEX triplet: 10, 6B and 4E. RGB value is (16,107,78). Sum of RGB (Red+Green+Blue) = 16+107+78=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #106B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B4E is #EF94B1. Grayscale: #4C4C4C. Windows color (decimal): -15701170 or 5139216. OLE color: 5139216.

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

Color convert

RGB1610778-
CMYK0.8500.270.58
HSL160.88º73.98%24.12%-
HSV(B)160.88º85.05%41.96%-
XYZ6.8511.189-
YUV76.48128.8584.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=7.96%
G=53.23%
B=38.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107780.8500.270.58160.8873.9824.12
Hex106B4E5501B3Aa14a18
Octal201531161250337224111230
Binary1000011010111001110101010101101111101010100001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,107,78); }

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

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

 a { background-color: rgb(16,107,78); }

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

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

 span { border-color: rgb(16,107,78); }

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