Html Css Color HEX #016F40 Watercourse

📋 copy color: '#016F40'

red 1 ◦ green 111 ◦ blue 64

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

Shades of Watercourse #016F40

Tints of Watercourse #016F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 0.57%
G = 63.07%
B = 36.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#016F40 (or 0x016F40) is known color: Watercourse. HEX triplet: 01, 6F and 40. RGB value is (1,111,64). Sum of RGB (Red+Green+Blue) = 1+111+64=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #016F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F40 is #FE90BF. Grayscale: #484848. Windows color (decimal): -16683200 or 4222721. OLE color: 4222721.

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

Color convert

RGB 1 111 64 -
CMYK 0.99 0 0.42 0.56
HSL 154.36º 0.98% 0.22% -
HSV(B) 154.36º 0.99% 0.44% -
XYZ 6.62 11.75 6.77 -
YUV 72.75 123.06 76.82 -
System Red Green Blue C M Y K H S L
Decimal 1 111 64 0.99 0 0.42 0.56 154.36 0.98 0.22
Hex 1 6F 40 63 0 2A 38 9A 62 16
Octal 1 157 100 143 0 52 70 232 142 26
Binary 1 1101111 1000000 1100011 0 101010 111000 10011010 1100010 10110

Color Harmonies of #016F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F40

Black with #016F40

Text Example


Text Example

White with #016F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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