Html Css Color HEX #10706D Blue Stone

📋 copy color: '#10706D'

red 16 ◦ green 112 ◦ blue 109

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

Shades of Blue Stone #10706D

Tints of Blue Stone #10706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 109 (42.97% from 255) = 45.99%

R = 6.75%
G = 47.26%
B = 45.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#10706D (or 0x10706D) is known color: Blue Stone. HEX triplet: 10, 70 and 6D. RGB value is (16,112,109). Sum of RGB (Red+Green+Blue) = 16+112+109=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #10706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10706D is #EF8F92. Grayscale: #525252. Windows color (decimal): -15699859 or 7172112. OLE color: 7172112.

HSL color Cylindrical-coordinate representation of color #10706D: hue angle of 178.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10706D is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 112 109 -
CMYK 0.86 0 0.03 0.56
HSL 178.13º 0.75% 0.25% -
HSV(B) 178.13º 0.86% 0.44% -
XYZ 8.77 12.8 16.48 -
YUV 82.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 16 112 109 0.86 0 0.03 0.56 178.13 0.75 0.25
Hex 10 70 6D 56 0 3 38 B2 4B 19
Octal 20 160 155 126 0 3 70 262 113 31
Binary 10000 1110000 1101101 1010110 0 11 111000 10110010 1001011 11001

Color Harmonies of #10706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10706D

Black with #10706D

Text Example


Text Example

White with #10706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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