Html Css Color HEX #016E4C Watercourse

📋 copy color: '#016E4C'

red 1 ◦ green 110 ◦ blue 76

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

Shades of Watercourse #016E4C

Tints of Watercourse #016E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 0.53%
G = 58.82%
B = 40.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#016E4C (or 0x016E4C) is known color: Watercourse. HEX triplet: 01, 6E and 4C. RGB value is (1,110,76). Sum of RGB (Red+Green+Blue) = 1+110+76=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 110 (43.36% from 255 or 58.82% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 110 - color contains mainly: green. Hex color #016E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E4C is #FE91B3. Grayscale: #494949. Windows color (decimal): -16683444 or 5008897. OLE color: 5008897.

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

Color convert

RGB 1 110 76 -
CMYK 0.99 0 0.31 0.57
HSL 161.28º 0.98% 0.22% -
HSV(B) 161.28º 0.99% 0.43% -
XYZ 6.89 11.68 8.73 -
YUV 73.53 129.39 76.26 -
System Red Green Blue C M Y K H S L
Decimal 1 110 76 0.99 0 0.31 0.57 161.28 0.98 0.22
Hex 1 6E 4C 63 0 1F 39 A1 62 16
Octal 1 156 114 143 0 37 71 241 142 26
Binary 1 1101110 1001100 1100011 0 11111 111001 10100001 1100010 10110

Color Harmonies of #016E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E4C

Black with #016E4C

Text Example


Text Example

White with #016E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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