#016B42

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

Shades of Watercourse #016B42

Tints of Watercourse #016B42

Color information

#016B42 (or 0x016B42) is unknown color: approx Watercourse. HEX triplet: 01, 6B and 42. RGB value is (1,107,66). Sum of RGB (Red+Green+Blue) = 1+107+66=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #016B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B42 is #FE94BD. Grayscale: #464646. Windows color (decimal): -16684222 or 4352769. OLE color: 4352769.

HSL color Cylindrical-coordinate representation of color #016B42: hue angle of 156.79º 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 #016B42 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB110766-
CMYK0.9900.380.58
HSL156.79º98.15%21.18%-
HSV(B)156.79º99.07%41.96%-
XYZ6.2510.926.93-
YUV70.63125.3878.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 107 (42.19% from 255) = 61.49%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=0.57%
G=61.49%
B=37.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1107660.9900.380.58156.7998.1521.18
Hex16B42630263A9d6215
Octal11531021430467223514225
Binary1110101110000101100011010011011101010011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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