Html Css Color HEX #016F42 Watercourse

📋 copy color: '#016F42'

red 1 ◦ green 111 ◦ blue 66

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

Shades of Watercourse #016F42

Tints of Watercourse #016F42

RGB

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

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

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

R = 0.56%
G = 62.36%
B = 37.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#016F42 (or 0x016F42) is known color: Watercourse. HEX triplet: 01, 6F and 42. RGB value is (1,111,66). Sum of RGB (Red+Green+Blue) = 1+111+66=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #016F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F42 is #FE90BD. Grayscale: #494949. Windows color (decimal): -16683198 or 4353793. OLE color: 4353793.

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

Color convert

RGB 1 111 66 -
CMYK 0.99 0 0.41 0.56
HSL 155.45º 0.98% 0.22% -
HSV(B) 155.45º 0.99% 0.44% -
XYZ 6.68 11.77 7.07 -
YUV 72.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 1 111 66 0.99 0 0.41 0.56 155.45 0.98 0.22
Hex 1 6F 42 63 0 29 38 9B 62 16
Octal 1 157 102 143 0 51 70 233 142 26
Binary 1 1101111 1000010 1100011 0 101001 111000 10011011 1100010 10110

Color Harmonies of #016F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F42

Black with #016F42

Text Example


Text Example

White with #016F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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