Html Css Color HEX #106760 Blue Stone

📋 copy color: '#106760'

red 16 ◦ green 103 ◦ blue 96

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

Shades of Blue Stone #106760

Tints of Blue Stone #106760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 7.44%
G = 47.91%
B = 44.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#106760 (or 0x106760) is known color: Blue Stone. HEX triplet: 10, 67 and 60. RGB value is (16,103,96). Sum of RGB (Red+Green+Blue) = 16+103+96=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #106760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106760 is #EF989F. Grayscale: #4C4C4C. Windows color (decimal): -15702176 or 6317840. OLE color: 6317840.

HSL color Cylindrical-coordinate representation of color #106760: hue angle of 175.17º 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 #106760 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 103 96 -
CMYK 0.84 0 0.07 0.60
HSL 175.17º 0.73% 0.23% -
HSV(B) 175.17º 0.84% 0.4% -
XYZ 7.18 10.66 12.74 -
YUV 76.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 16 103 96 0.84 0 0.07 0.60 175.17 0.73 0.23
Hex 10 67 60 54 0 7 3C AF 49 17
Octal 20 147 140 124 0 7 74 257 111 27
Binary 10000 1100111 1100000 1010100 0 111 111100 10101111 1001001 10111

Color Harmonies of #106760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106760

Black with #106760

Text Example


Text Example

White with #106760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106760; }

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

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

background-color css

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

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

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

border-color css

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

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

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