Html Css Color HEX #016E42 Watercourse

📋 copy color: '#016E42'

red 1 ◦ green 110 ◦ blue 66

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

Shades of Watercourse #016E42

Tints of Watercourse #016E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 0.56%
G = 62.15%
B = 37.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#016E42 (or 0x016E42) is known color: Watercourse. HEX triplet: 01, 6E and 42. RGB value is (1,110,66). Sum of RGB (Red+Green+Blue) = 1+110+66=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 110 (43.36% from 255 or 62.15% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 110 - color contains mainly: green. Hex color #016E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E42 is #FE91BD. Grayscale: #484848. Windows color (decimal): -16683454 or 4353537. OLE color: 4353537.

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

Color convert

RGB 1 110 66 -
CMYK 0.99 0 0.4 0.57
HSL 155.78º 0.98% 0.22% -
HSV(B) 155.78º 0.99% 0.43% -
XYZ 6.57 11.55 7.04 -
YUV 72.39 124.39 77.08 -
System Red Green Blue C M Y K H S L
Decimal 1 110 66 0.99 0 0.4 0.57 155.78 0.98 0.22
Hex 1 6E 42 63 0 28 39 9C 62 16
Octal 1 156 102 143 0 50 71 234 142 26
Binary 1 1101110 1000010 1100011 0 101000 111001 10011100 1100010 10110

Color Harmonies of #016E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E42

Black with #016E42

Text Example


Text Example

White with #016E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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