Html Css Color HEX #117061 Blue Stone

📋 copy color: '#117061'

red 17 ◦ green 112 ◦ blue 97

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

Shades of Blue Stone #117061

Tints of Blue Stone #117061

RGB

 RED value IS 17 (7.03% from 255) = 7.52%

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

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 7.52%
G = 49.56%
B = 42.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#117061 (or 0x117061) is known color: Blue Stone. HEX triplet: 11, 70 and 61. RGB value is (17,112,97). Sum of RGB (Red+Green+Blue) = 17+112+97=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #117061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117061 is #EE8F9E. Grayscale: #515151. Windows color (decimal): -15634335 or 6385681. OLE color: 6385681.

HSL color Cylindrical-coordinate representation of color #117061: hue angle of 170.53º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117061 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 97 -
CMYK 0.85 0 0.13 0.56
HSL 170.53º 0.74% 0.25% -
HSV(B) 170.53º 0.85% 0.44% -
XYZ 8.18 12.57 13.3 -
YUV 81.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 17 112 97 0.85 0 0.13 0.56 170.53 0.74 0.25
Hex 11 70 61 55 0 D 38 AB 4A 19
Octal 21 160 141 125 0 15 70 253 112 31
Binary 10001 1110000 1100001 1010101 0 1101 111000 10101011 1001010 11001

Color Harmonies of #117061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117061

Black with #117061

Text Example


Text Example

White with #117061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117061; }

 p { color: rgb(17,112,97); }

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

background-color css

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

 a { background-color: rgb(17,112,97); }

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

border-color css

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

 span { border-color: rgb(17,112,97); }

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