Html Css Color HEX #106B49 Jewel

📋 copy color: '#106B49'

red 16 ◦ green 107 ◦ blue 73

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

Shades of Jewel #106B49

Tints of Jewel #106B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.59%

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

R = 8.16%
G = 54.59%
B = 37.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#106B49 (or 0x106B49) is known color: Jewel. HEX triplet: 10, 6B and 49. RGB value is (16,107,73). Sum of RGB (Red+Green+Blue) = 16+107+73=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #106B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B49 is #EF94B6. Grayscale: #4B4B4B. Windows color (decimal): -15701175 or 4811536. OLE color: 4811536.

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

Color convert

RGB 16 107 73 -
CMYK 0.85 0 0.32 0.58
HSL 157.58º 0.74% 0.24% -
HSV(B) 157.58º 0.85% 0.42% -
XYZ 6.67 11.11 8.1 -
YUV 75.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 16 107 73 0.85 0 0.32 0.58 157.58 0.74 0.24
Hex 10 6B 49 55 0 20 3A 9E 4A 18
Octal 20 153 111 125 0 40 72 236 112 30
Binary 10000 1101011 1001001 1010101 0 100000 111010 10011110 1001010 11000

Color Harmonies of #106B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B49

Black with #106B49

Text Example


Text Example

White with #106B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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