Html Css Color HEX #106D5B Blue Stone

📋 copy color: '#106D5B'

red 16 ◦ green 109 ◦ blue 91

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

Shades of Blue Stone #106D5B

Tints of Blue Stone #106D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 7.41%
G = 50.46%
B = 42.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#106D5B (or 0x106D5B) is known color: Blue Stone. HEX triplet: 10, 6D and 5B. RGB value is (16,109,91). Sum of RGB (Red+Green+Blue) = 16+109+91=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #106D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D5B is #EF92A4. Grayscale: #4F4F4F. Windows color (decimal): -15700645 or 5991696. OLE color: 5991696.

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

Color convert

RGB 16 109 91 -
CMYK 0.85 0 0.17 0.57
HSL 168.39º 0.74% 0.25% -
HSV(B) 168.39º 0.85% 0.43% -
XYZ 7.57 11.8 11.78 -
YUV 79.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 16 109 91 0.85 0 0.17 0.57 168.39 0.74 0.25
Hex 10 6D 5B 55 0 11 39 A8 4A 19
Octal 20 155 133 125 0 21 71 250 112 31
Binary 10000 1101101 1011011 1010101 0 10001 111001 10101000 1001010 11001

Color Harmonies of #106D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106D5B

Black with #106D5B

Text Example


Text Example

White with #106D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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