Html Css Color HEX #016C42 Watercourse

📋 copy color: '#016C42'

red 1 ◦ green 108 ◦ blue 66

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

Shades of Watercourse #016C42

Tints of Watercourse #016C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.71%

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

R = 0.57%
G = 61.71%
B = 37.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#016C42 (or 0x016C42) is known color: Watercourse. HEX triplet: 01, 6C and 42. RGB value is (1,108,66). Sum of RGB (Red+Green+Blue) = 1+108+66=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 108 (42.58% from 255 or 61.71% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 108 - color contains mainly: green. Hex color #016C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016C42 is #FE93BD. Grayscale: #474747. Windows color (decimal): -16683966 or 4353025. OLE color: 4353025.

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

Color convert

RGB 1 108 66 -
CMYK 0.99 0 0.39 0.58
HSL 156.45º 0.98% 0.21% -
HSV(B) 156.45º 0.99% 0.42% -
XYZ 6.36 11.12 6.97 -
YUV 71.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 1 108 66 0.99 0 0.39 0.58 156.45 0.98 0.21
Hex 1 6C 42 63 0 27 3A 9C 62 15
Octal 1 154 102 143 0 47 72 234 142 25
Binary 1 1101100 1000010 1100011 0 100111 111010 10011100 1100010 10101

Color Harmonies of #016C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C42

Black with #016C42

Text Example


Text Example

White with #016C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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