Html Css Color HEX #106650 Watercourse

📋 copy color: '#106650'

red 16 ◦ green 102 ◦ blue 80

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

Shades of Watercourse #106650

Tints of Watercourse #106650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.52%

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

R = 8.08%
G = 51.52%
B = 40.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#106650 (or 0x106650) is known color: Watercourse. HEX triplet: 10, 66 and 50. RGB value is (16,102,80). Sum of RGB (Red+Green+Blue) = 16+102+80=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #106650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106650 is #EF99AF. Grayscale: #494949. Windows color (decimal): -15702448 or 5269008. OLE color: 5269008.

HSL color Cylindrical-coordinate representation of color #106650: hue angle of 164.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106650 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 102 80 -
CMYK 0.84 0 0.22 0.6
HSL 164.65º 0.73% 0.23% -
HSV(B) 164.65º 0.84% 0.4% -
XYZ 6.41 10.19 9.22 -
YUV 73.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 16 102 80 0.84 0 0.22 0.6 164.65 0.73 0.23
Hex 10 66 50 54 0 16 3C A5 49 17
Octal 20 146 120 124 0 26 74 245 111 27
Binary 10000 1100110 1010000 1010100 0 10110 111100 10100101 1001001 10111

Color Harmonies of #106650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106650

Black with #106650

Text Example


Text Example

White with #106650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106650; }

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

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

background-color css

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

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

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

border-color css

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

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

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