Html Css Color HEX #016950 Watercourse

📋 copy color: '#016950'

red 1 ◦ green 105 ◦ blue 80

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

Shades of Watercourse #016950

Tints of Watercourse #016950

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

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

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

R = 0.54%
G = 56.45%
B = 43.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#016950 (or 0x016950) is known color: Watercourse. HEX triplet: 01, 69 and 50. RGB value is (1,105,80). Sum of RGB (Red+Green+Blue) = 1+105+80=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #016950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016950 is #FE96AF. Grayscale: #474747. Windows color (decimal): -16684720 or 5269761. OLE color: 5269761.

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

Color convert

RGB 1 105 80 -
CMYK 0.99 0 0.24 0.59
HSL 165.58º 0.98% 0.21% -
HSV(B) 165.58º 0.99% 0.41% -
XYZ 6.51 10.69 9.31 -
YUV 71.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 1 105 80 0.99 0 0.24 0.59 165.58 0.98 0.21
Hex 1 69 50 63 0 18 3B A6 62 15
Octal 1 151 120 143 0 30 73 246 142 25
Binary 1 1101001 1010000 1100011 0 11000 111011 10100110 1100010 10101

Color Harmonies of #016950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016950

Black with #016950

Text Example


Text Example

White with #016950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016950; }

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

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

background-color css

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

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

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

border-color css

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

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

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