Html Css Color HEX #016F4E Watercourse

📋 copy color: '#016F4E'

red 1 ◦ green 111 ◦ blue 78

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

Shades of Watercourse #016F4E

Tints of Watercourse #016F4E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 58.42%

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 0.53%
G = 58.42%
B = 41.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#016F4E (or 0x016F4E) is known color: Watercourse. HEX triplet: 01, 6F and 4E. RGB value is (1,111,78). Sum of RGB (Red+Green+Blue) = 1+111+78=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #016F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F4E is #FE90B1. Grayscale: #4A4A4A. Windows color (decimal): -16683186 or 5140225. OLE color: 5140225.

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

Color convert

RGB 1 111 78 -
CMYK 0.99 0 0.30 0.56
HSL 162º 0.98% 0.22% -
HSV(B) 162º 0.99% 0.44% -
XYZ 7.07 11.93 9.14 -
YUV 74.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 1 111 78 0.99 0 0.30 0.56 162 0.98 0.22
Hex 1 6F 4E 63 0 1E 38 A2 62 16
Octal 1 157 116 143 0 36 70 242 142 26
Binary 1 1101111 1001110 1100011 0 11110 111000 10100010 1100010 10110

Color Harmonies of #016F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F4E

Black with #016F4E

Text Example


Text Example

White with #016F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,111,78); }

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

background-color css

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

 a { background-color: rgb(1,111,78); }

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

border-color css

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

 span { border-color: rgb(1,111,78); }

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