Html Css Color HEX #116951 Watercourse

📋 copy color: '#116951'

red 17 ◦ green 105 ◦ blue 81

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

Shades of Watercourse #116951

Tints of Watercourse #116951

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.72%

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 8.37%
G = 51.72%
B = 39.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#116951 (or 0x116951) is known color: Watercourse. HEX triplet: 11, 69 and 51. RGB value is (17,105,81). Sum of RGB (Red+Green+Blue) = 17+105+81=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #116951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116951 is #EE96AE. Grayscale: #4B4B4B. Windows color (decimal): -15636143 or 5335313. OLE color: 5335313.

HSL color Cylindrical-coordinate representation of color #116951: hue angle of 163.64º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116951 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 105 81 -
CMYK 0.84 0 0.23 0.59
HSL 163.64º 0.72% 0.24% -
HSV(B) 163.64º 0.84% 0.41% -
XYZ 6.77 10.82 9.52 -
YUV 75.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 17 105 81 0.84 0 0.23 0.59 163.64 0.72 0.24
Hex 11 69 51 54 0 17 3B A4 48 18
Octal 21 151 121 124 0 27 73 244 110 30
Binary 10001 1101001 1010001 1010100 0 10111 111011 10100100 1001000 11000

Color Harmonies of #116951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116951

Black with #116951

Text Example


Text Example

White with #116951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116951; }

 p { color: rgb(17,105,81); }

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

background-color css

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

 a { background-color: rgb(17,105,81); }

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

border-color css

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

 span { border-color: rgb(17,105,81); }

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