Html Css Color HEX #106F49 Jewel

📋 copy color: '#106F49'

red 16 ◦ green 111 ◦ blue 73

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

Shades of Jewel #106F49

Tints of Jewel #106F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.5%

 BLUE value IS 73 (28.91% from 255) = 36.5%

R = 8%
G = 55.5%
B = 36.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#106F49 (or 0x106F49) is known color: Jewel. HEX triplet: 10, 6F and 49. RGB value is (16,111,73). Sum of RGB (Red+Green+Blue) = 16+111+73=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #106F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106F49 is #EF90B6. Grayscale: #4E4E4E. Windows color (decimal): -15700151 or 4812560. OLE color: 4812560.

HSL color Cylindrical-coordinate representation of color #106F49: hue angle of 156º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F49 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 111 73 -
CMYK 0.86 0 0.34 0.56
HSL 156º 0.75% 0.25% -
HSV(B) 156º 0.86% 0.44% -
XYZ 7.1 11.96 8.24 -
YUV 78.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 16 111 73 0.86 0 0.34 0.56 156 0.75 0.25
Hex 10 6F 49 56 0 22 38 9C 4B 19
Octal 20 157 111 126 0 42 70 234 113 31
Binary 10000 1101111 1001001 1010110 0 100010 111000 10011100 1001011 11001

Color Harmonies of #106F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106F49

Black with #106F49

Text Example


Text Example

White with #106F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,111,73); }

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

background-color css

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

 a { background-color: rgb(16,111,73); }

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

border-color css

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

 span { border-color: rgb(16,111,73); }

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