Html Css Color HEX #106850 Watercourse

📋 copy color: '#106850'

red 16 ◦ green 104 ◦ blue 80

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

Shades of Watercourse #106850

Tints of Watercourse #106850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52%

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

R = 8%
G = 52%
B = 40%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#106850 (or 0x106850) is known color: Watercourse. HEX triplet: 10, 68 and 50. RGB value is (16,104,80). Sum of RGB (Red+Green+Blue) = 16+104+80=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #106850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106850 is #EF97AF. Grayscale: #4A4A4A. Windows color (decimal): -15701936 or 5269520. OLE color: 5269520.

HSL color Cylindrical-coordinate representation of color #106850: hue angle of 163.64º degrees, saturation: 0.73, 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 #106850 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 104 80 -
CMYK 0.85 0 0.23 0.59
HSL 163.64º 0.73% 0.24% -
HSV(B) 163.64º 0.85% 0.41% -
XYZ 6.61 10.59 9.29 -
YUV 74.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 16 104 80 0.85 0 0.23 0.59 163.64 0.73 0.24
Hex 10 68 50 55 0 17 3B A4 49 18
Octal 20 150 120 125 0 27 73 244 111 30
Binary 10000 1101000 1010000 1010101 0 10111 111011 10100100 1001001 11000

Color Harmonies of #106850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106850

Black with #106850

Text Example


Text Example

White with #106850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106850; }

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

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

background-color css

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

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

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

border-color css

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

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

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