#017F4D

Color #017F4D Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #017F4D

Tints of Watercourse #017F4D

Color information

#017F4D (or 0x017F4D) is unknown color: approx Watercourse. HEX triplet: 01, 7F and 4D. RGB value is (1,127,77). Sum of RGB (Red+Green+Blue) = 1+127+77=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #017F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F4D is #FE80B2. Grayscale: #535353. Windows color (decimal): -16679091 or 5078785. OLE color: 5078785.

HSL color Cylindrical-coordinate representation of color #017F4D: hue angle of 156.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F4D is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB112777-
CMYK0.9900.390.50
HSL156.19º98.44%25.1%-
HSV(B)156.19º99.21%49.8%-
XYZ8.9415.729.58-
YUV83.63124.2669.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 127 (50% from 255) = 61.95%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=0.49%
G=61.95%
B=37.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1127770.9900.390.50156.1998.4425.1
Hex17F4D63027329c6219
Octal11771151430476223414231
Binary1111111110011011100011010011111001010011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017F4D; }

 p { color: rgb(1,127,77); }

 H1.HeaderClassName
 {
   color: #017F4D;
 }
 .AnyTagClassName
 {
   color: #017F4D;
 }
</style>
background-color css

<style>
 a { background-color: #017F4D; }

 a { background-color: rgb(1,127,77); }

 div.DivClassName
 {
   background-color: #017F4D;
 }
 .BgClassName
 {
   background-color: #017F4D;
 }
</style>
border-color css

<style>
 span { border-color: #017F4D; }

 span { border-color: rgb(1,127,77); }

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