Html Css Color HEX #106756 Blue Stone

📋 copy color: '#106756'

red 16 ◦ green 103 ◦ blue 86

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

Shades of Blue Stone #106756

Tints of Blue Stone #106756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.24%

 BLUE value IS 86 (33.98% from 255) = 41.95%

R = 7.8%
G = 50.24%
B = 41.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#106756 (or 0x106756) is known color: Blue Stone. HEX triplet: 10, 67 and 56. RGB value is (16,103,86). Sum of RGB (Red+Green+Blue) = 16+103+86=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #106756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106756 is #EF98A9. Grayscale: #4B4B4B. Windows color (decimal): -15702186 or 5662480. OLE color: 5662480.

HSL color Cylindrical-coordinate representation of color #106756: hue angle of 168.28º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106756 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 103 86 -
CMYK 0.84 0 0.17 0.60
HSL 168.28º 0.73% 0.23% -
HSV(B) 168.28º 0.84% 0.4% -
XYZ 6.74 10.48 10.47 -
YUV 75.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 16 103 86 0.84 0 0.17 0.60 168.28 0.73 0.23
Hex 10 67 56 54 0 11 3C A8 49 17
Octal 20 147 126 124 0 21 74 250 111 27
Binary 10000 1100111 1010110 1010100 0 10001 111100 10101000 1001001 10111

Color Harmonies of #106756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106756

Black with #106756

Text Example


Text Example

White with #106756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106756; }

 p { color: rgb(16,103,86); }

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

background-color css

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

 a { background-color: rgb(16,103,86); }

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

border-color css

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

 span { border-color: rgb(16,103,86); }

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