Html Css Color HEX #016E3F Watercourse

📋 copy color: '#016E3F'

red 1 ◦ green 110 ◦ blue 63

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

Shades of Watercourse #016E3F

Tints of Watercourse #016E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.21%

R = 0.57%
G = 63.22%
B = 36.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#016E3F (or 0x016E3F) is known color: Watercourse. HEX triplet: 01, 6E and 3F. RGB value is (1,110,63). Sum of RGB (Red+Green+Blue) = 1+110+63=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 110 (43.36% from 255 or 63.22% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 110 - color contains mainly: green. Hex color #016E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E3F is #FE91C0. Grayscale: #484848. Windows color (decimal): -16683457 or 4156929. OLE color: 4156929.

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

Color convert

RGB 1 110 63 -
CMYK 0.99 0 0.43 0.57
HSL 154.13º 0.98% 0.22% -
HSV(B) 154.13º 0.99% 0.43% -
XYZ 6.49 11.52 6.58 -
YUV 72.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 1 110 63 0.99 0 0.43 0.57 154.13 0.98 0.22
Hex 1 6E 3F 63 0 2B 39 9A 62 16
Octal 1 156 77 143 0 53 71 232 142 26
Binary 1 1101110 111111 1100011 0 101011 111001 10011010 1100010 10110

Color Harmonies of #016E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E3F

Black with #016E3F

Text Example


Text Example

White with #016E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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