Html Css Color HEX #016F48 Watercourse

📋 copy color: '#016F48'

red 1 ◦ green 111 ◦ blue 72

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

Shades of Watercourse #016F48

Tints of Watercourse #016F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 0.54%
G = 60.33%
B = 39.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#016F48 (or 0x016F48) is known color: Watercourse. HEX triplet: 01, 6F and 48. RGB value is (1,111,72). Sum of RGB (Red+Green+Blue) = 1+111+72=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #016F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F48 is #FE90B7. Grayscale: #494949. Windows color (decimal): -16683192 or 4747009. OLE color: 4747009.

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

Color convert

RGB 1 111 72 -
CMYK 0.99 0 0.35 0.56
HSL 158.73º 0.98% 0.22% -
HSV(B) 158.73º 0.99% 0.44% -
XYZ 6.87 11.84 8.05 -
YUV 73.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 1 111 72 0.99 0 0.35 0.56 158.73 0.98 0.22
Hex 1 6F 48 63 0 23 38 9F 62 16
Octal 1 157 110 143 0 43 70 237 142 26
Binary 1 1101111 1001000 1100011 0 100011 111000 10011111 1100010 10110

Color Harmonies of #016F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F48

Black with #016F48

Text Example


Text Example

White with #016F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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