Html Css Color HEX #106B5F Blue Stone

📋 copy color: '#106B5F'

red 16 ◦ green 107 ◦ blue 95

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

Shades of Blue Stone #106B5F

Tints of Blue Stone #106B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.58%

R = 7.34%
G = 49.08%
B = 43.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#106B5F (or 0x106B5F) is known color: Blue Stone. HEX triplet: 10, 6B and 5F. RGB value is (16,107,95). Sum of RGB (Red+Green+Blue) = 16+107+95=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #106B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B5F is #EF94A0. Grayscale: #4E4E4E. Windows color (decimal): -15701153 or 6253328. OLE color: 6253328.

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

Color convert

RGB 16 107 95 -
CMYK 0.85 0 0.11 0.58
HSL 172.09º 0.74% 0.24% -
HSV(B) 172.09º 0.85% 0.42% -
XYZ 7.54 11.45 12.64 -
YUV 78.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 16 107 95 0.85 0 0.11 0.58 172.09 0.74 0.24
Hex 10 6B 5F 55 0 B 3A AC 4A 18
Octal 20 153 137 125 0 13 72 254 112 30
Binary 10000 1101011 1011111 1010101 0 1011 111010 10101100 1001010 11000

Color Harmonies of #106B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B5F

Black with #106B5F

Text Example


Text Example

White with #106B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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