Html Css Color HEX #106C40 Jewel

📋 copy color: '#106C40'

red 16 ◦ green 108 ◦ blue 64

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

Shades of Jewel #106C40

Tints of Jewel #106C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 57.45%

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

R = 8.51%
G = 57.45%
B = 34.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#106C40 (or 0x106C40) is known color: Jewel. HEX triplet: 10, 6C and 40. RGB value is (16,108,64). Sum of RGB (Red+Green+Blue) = 16+108+64=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #106C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C40 is #EF93BF. Grayscale: #4B4B4B. Windows color (decimal): -15700928 or 4221968. OLE color: 4221968.

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

Color convert

RGB 16 108 64 -
CMYK 0.85 0 0.41 0.58
HSL 151.3º 0.74% 0.24% -
HSV(B) 151.3º 0.85% 0.42% -
XYZ 6.5 11.21 6.67 -
YUV 75.48 121.52 85.58 -
System Red Green Blue C M Y K H S L
Decimal 16 108 64 0.85 0 0.41 0.58 151.3 0.74 0.24
Hex 10 6C 40 55 0 29 3A 97 4A 18
Octal 20 154 100 125 0 51 72 227 112 30
Binary 10000 1101100 1000000 1010101 0 101001 111010 10010111 1001010 11000

Color Harmonies of #106C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C40

Black with #106C40

Text Example


Text Example

White with #106C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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