#106E44

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

Shades of Jewel #106E44

Tints of Jewel #106E44

Color information

#106E44 (or 0x106E44) is unknown color: approx Jewel. HEX triplet: 10, 6E and 44. RGB value is (16,110,68). Sum of RGB (Red+Green+Blue) = 16+110+68=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #106E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106E44 is #EF91BB. Grayscale: #4D4D4D. Windows color (decimal): -15700412 or 4484624. OLE color: 4484624.

HSL color Cylindrical-coordinate representation of color #106E44: hue angle of 153.19º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E44 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB1611068-
CMYK0.8500.380.57
HSL153.19º74.6%24.71%-
HSV(B)153.19º85.45%43.14%-
XYZ6.8311.687.36-
YUV77.11122.8684.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 110 (43.36% from 255) = 56.70%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=8.25%
G=56.70%
B=35.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16110680.8500.380.57153.1974.624.71
Hex106E445502639994b19
Octal201561041250467123111331
Binary10000110111010001001010101010011011100110011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,110,68); }

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

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

 a { background-color: rgb(16,110,68); }

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

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

 span { border-color: rgb(16,110,68); }

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