Html Css Color HEX #117064 Blue Stone

📋 copy color: '#117064'

red 17 ◦ green 112 ◦ blue 100

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

Shades of Blue Stone #117064

Tints of Blue Stone #117064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.67%

R = 7.42%
G = 48.91%
B = 43.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#117064 (or 0x117064) is known color: Blue Stone. HEX triplet: 11, 70 and 64. RGB value is (17,112,100). Sum of RGB (Red+Green+Blue) = 17+112+100=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #117064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117064 is #EE8F9B. Grayscale: #525252. Windows color (decimal): -15634332 or 6582289. OLE color: 6582289.

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

Color convert

RGB 17 112 100 -
CMYK 0.85 0 0.11 0.56
HSL 172.42º 0.74% 0.25% -
HSV(B) 172.42º 0.85% 0.44% -
XYZ 8.33 12.63 14.06 -
YUV 82.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 17 112 100 0.85 0 0.11 0.56 172.42 0.74 0.25
Hex 11 70 64 55 0 B 38 AC 4A 19
Octal 21 160 144 125 0 13 70 254 112 31
Binary 10001 1110000 1100100 1010101 0 1011 111000 10101100 1001010 11001

Color Harmonies of #117064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117064

Black with #117064

Text Example


Text Example

White with #117064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117064; }

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

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

background-color css

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

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

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

border-color css

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

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

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