Html Css Color HEX #106C48 Jewel

📋 copy color: '#106C48'

red 16 ◦ green 108 ◦ blue 72

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

Shades of Jewel #106C48

Tints of Jewel #106C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 8.16%
G = 55.1%
B = 36.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#106C48 (or 0x106C48) is known color: Jewel. HEX triplet: 10, 6C and 48. RGB value is (16,108,72). Sum of RGB (Red+Green+Blue) = 16+108+72=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #106C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C48 is #EF93B7. Grayscale: #4C4C4C. Windows color (decimal): -15700920 or 4746256. OLE color: 4746256.

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

Color convert

RGB 16 108 72 -
CMYK 0.85 0 0.33 0.58
HSL 156.52º 0.74% 0.24% -
HSV(B) 156.52º 0.85% 0.42% -
XYZ 6.75 11.3 7.96 -
YUV 76.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 16 108 72 0.85 0 0.33 0.58 156.52 0.74 0.24
Hex 10 6C 48 55 0 21 3A 9D 4A 18
Octal 20 154 110 125 0 41 72 235 112 30
Binary 10000 1101100 1001000 1010101 0 100001 111010 10011101 1001010 11000

Color Harmonies of #106C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C48

Black with #106C48

Text Example


Text Example

White with #106C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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