#016B4E

Color #016B4E Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #016B4E

Tints of Watercourse #016B4E

Color information

#016B4E (or 0x016B4E) is unknown color: approx Watercourse. HEX triplet: 01, 6B and 4E. RGB value is (1,107,78). Sum of RGB (Red+Green+Blue) = 1+107+78=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #016B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B4E is #FE94B1. Grayscale: #484848. Windows color (decimal): -16684210 or 5139201. OLE color: 5139201.

HSL color Cylindrical-coordinate representation of color #016B4E: hue angle of 163.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B4E is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB110778-
CMYK0.9900.270.58
HSL163.58º98.15%21.18%-
HSV(B)163.58º99.07%41.96%-
XYZ6.6511.078.99-
YUV72131.3877.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 107 (42.19% from 255) = 57.53%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=0.54%
G=57.53%
B=41.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1107780.9900.270.58163.5898.1521.18
Hex16B4E6301B3Aa46215
Octal11531161430337224414225
Binary111010111001110110001101101111101010100100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #016B4E;
 }
 .AnyTagClassName
 {
   color: #016B4E;
 }
</style>
background-color css

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

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

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

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

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

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