Html Css Color HEX #177065 Blue Stone

📋 copy color: '#177065'

red 23 ◦ green 112 ◦ blue 101

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

Shades of Blue Stone #177065

Tints of Blue Stone #177065

RGB

 RED value IS 23 (9.38% from 255) = 9.75%

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

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 9.75%
G = 47.46%
B = 42.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#177065 (or 0x177065) is known color: Blue Stone. HEX triplet: 17, 70 and 65. RGB value is (23,112,101). Sum of RGB (Red+Green+Blue) = 23+112+101=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #177065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177065 is #E88F9A. Grayscale: #545454. Windows color (decimal): -15241115 or 6647831. OLE color: 6647831.

HSL color Cylindrical-coordinate representation of color #177065: hue angle of 172.58º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #177065 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 112 101 -
CMYK 0.79 0 0.10 0.56
HSL 172.58º 0.66% 0.26% -
HSV(B) 172.58º 0.79% 0.44% -
XYZ 8.5 12.71 14.32 -
YUV 84.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 23 112 101 0.79 0 0.10 0.56 172.58 0.66 0.26
Hex 17 70 65 4F 0 A 38 AD 42 1A
Octal 27 160 145 117 0 12 70 255 102 32
Binary 10111 1110000 1100101 1001111 0 1010 111000 10101101 1000010 11010

Color Harmonies of #177065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177065

Black with #177065

Text Example


Text Example

White with #177065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177065; }

 p { color: rgb(23,112,101); }

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

background-color css

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

 a { background-color: rgb(23,112,101); }

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

border-color css

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

 span { border-color: rgb(23,112,101); }

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