Html Css Color HEX #106D40 Jewel

📋 copy color: '#106D40'

red 16 ◦ green 109 ◦ blue 64

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

Shades of Jewel #106D40

Tints of Jewel #106D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 57.67%

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

R = 8.47%
G = 57.67%
B = 33.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#106D40 (or 0x106D40) is known color: Jewel. HEX triplet: 10, 6D and 40. RGB value is (16,109,64). Sum of RGB (Red+Green+Blue) = 16+109+64=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #106D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D40 is #EF92BF. Grayscale: #4C4C4C. Windows color (decimal): -15700672 or 4222224. OLE color: 4222224.

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

Color convert

RGB 16 109 64 -
CMYK 0.85 0 0.41 0.57
HSL 150.97º 0.74% 0.25% -
HSV(B) 150.97º 0.85% 0.43% -
XYZ 6.61 11.42 6.71 -
YUV 76.06 121.19 85.16 -
System Red Green Blue C M Y K H S L
Decimal 16 109 64 0.85 0 0.41 0.57 150.97 0.74 0.25
Hex 10 6D 40 55 0 29 39 97 4A 19
Octal 20 155 100 125 0 51 71 227 112 31
Binary 10000 1101101 1000000 1010101 0 101001 111001 10010111 1001010 11001

Color Harmonies of #106D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106D40

Black with #106D40

Text Example


Text Example

White with #106D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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