Html Css Color HEX #116950 Watercourse

📋 copy color: '#116950'

red 17 ◦ green 105 ◦ blue 80

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

Shades of Watercourse #116950

Tints of Watercourse #116950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 8.42%
G = 51.98%
B = 39.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#116950 (or 0x116950) is known color: Watercourse. HEX triplet: 11, 69 and 50. RGB value is (17,105,80). Sum of RGB (Red+Green+Blue) = 17+105+80=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #116950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116950 is #EE96AF. Grayscale: #4B4B4B. Windows color (decimal): -15636144 or 5269777. OLE color: 5269777.

HSL color Cylindrical-coordinate representation of color #116950: hue angle of 162.95º 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 #116950 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 105 80 -
CMYK 0.84 0 0.24 0.59
HSL 162.95º 0.72% 0.24% -
HSV(B) 162.95º 0.84% 0.41% -
XYZ 6.73 10.8 9.32 -
YUV 75.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 17 105 80 0.84 0 0.24 0.59 162.95 0.72 0.24
Hex 11 69 50 54 0 18 3B A3 48 18
Octal 21 151 120 124 0 30 73 243 110 30
Binary 10001 1101001 1010000 1010100 0 11000 111011 10100011 1001000 11000

Color Harmonies of #116950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116950

Black with #116950

Text Example


Text Example

White with #116950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116950; }

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

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

background-color css

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

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

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

border-color css

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

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

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