Html Css Color HEX #106950 Watercourse

📋 copy color: '#106950'

red 16 ◦ green 105 ◦ blue 80

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

Shades of Watercourse #106950

Tints of Watercourse #106950

RGB

 RED value IS 16 (6.64% from 255) = 7.96%

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

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

R = 7.96%
G = 52.24%
B = 39.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#106950 (or 0x106950) is known color: Watercourse. HEX triplet: 10, 69 and 50. RGB value is (16,105,80). Sum of RGB (Red+Green+Blue) = 16+105+80=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #106950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106950 is #EF96AF. Grayscale: #4B4B4B. Windows color (decimal): -15701680 or 5269776. OLE color: 5269776.

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

Color convert

RGB 16 105 80 -
CMYK 0.85 0 0.24 0.59
HSL 163.15º 0.74% 0.24% -
HSV(B) 163.15º 0.85% 0.41% -
XYZ 6.71 10.79 9.32 -
YUV 75.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 16 105 80 0.85 0 0.24 0.59 163.15 0.74 0.24
Hex 10 69 50 55 0 18 3B A3 4A 18
Octal 20 151 120 125 0 30 73 243 112 30
Binary 10000 1101001 1010000 1010101 0 11000 111011 10100011 1001010 11000

Color Harmonies of #106950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106950

Black with #106950

Text Example


Text Example

White with #106950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106950; }

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

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

background-color css

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

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

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

border-color css

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

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

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