Html Css Color HEX #106E40 Jewel

📋 copy color: '#106E40'

red 16 ◦ green 110 ◦ blue 64

#106E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #106E40

Tints of Jewel #106E40

RGB

 RED value IS 16 (6.64% from 255) = 8.42%

 GREEN value IS 110 (43.36% from 255) = 57.89%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 8.42%
G = 57.89%
B = 33.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#106E40 (or 0x106E40) is known color: Jewel. HEX triplet: 10, 6E and 40. RGB value is (16,110,64). Sum of RGB (Red+Green+Blue) = 16+110+64=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #106E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106E40 is #EF91BF. Grayscale: #4C4C4C. Windows color (decimal): -15700416 or 4222480. OLE color: 4222480.

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

Color convert

RGB 16 110 64 -
CMYK 0.85 0 0.42 0.57
HSL 150.64º 0.75% 0.25% -
HSV(B) 150.64º 0.85% 0.43% -
XYZ 6.72 11.63 6.74 -
YUV 76.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 16 110 64 0.85 0 0.42 0.57 150.64 0.75 0.25
Hex 10 6E 40 55 0 2A 39 97 4B 19
Octal 20 156 100 125 0 52 71 227 113 31
Binary 10000 1101110 1000000 1010101 0 101010 111001 10010111 1001011 11001

Color Harmonies of #106E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106E40

Black with #106E40

Text Example


Text Example

White with #106E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #106E40;
 }
 .AnyTagClassName
 {
   color: #106E40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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