Html Css Color HEX #016E4F Watercourse

📋 copy color: '#016E4F'

red 1 ◦ green 110 ◦ blue 79

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

Shades of Watercourse #016E4F

Tints of Watercourse #016E4F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 57.89%

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 0.53%
G = 57.89%
B = 41.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#016E4F (or 0x016E4F) is known color: Watercourse. HEX triplet: 01, 6E and 4F. RGB value is (1,110,79). Sum of RGB (Red+Green+Blue) = 1+110+79=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #016E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E4F is #FE91B0. Grayscale: #494949. Windows color (decimal): -16683441 or 5205505. OLE color: 5205505.

HSL color Cylindrical-coordinate representation of color #016E4F: hue angle of 162.94º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E4F is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 110 79 -
CMYK 0.99 0 0.28 0.57
HSL 162.94º 0.98% 0.22% -
HSV(B) 162.94º 0.99% 0.43% -
XYZ 7 11.72 9.29 -
YUV 73.88 130.89 76.02 -
System Red Green Blue C M Y K H S L
Decimal 1 110 79 0.99 0 0.28 0.57 162.94 0.98 0.22
Hex 1 6E 4F 63 0 1C 39 A3 62 16
Octal 1 156 117 143 0 34 71 243 142 26
Binary 1 1101110 1001111 1100011 0 11100 111001 10100011 1100010 10110

Color Harmonies of #016E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E4F

Black with #016E4F

Text Example


Text Example

White with #016E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016E4F; }

 p { color: rgb(1,110,79); }

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

background-color css

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

 a { background-color: rgb(1,110,79); }

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

border-color css

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

 span { border-color: rgb(1,110,79); }

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