Html Css Color HEX #017F4B Watercourse

📋 copy color: '#017F4B'

red 1 ◦ green 127 ◦ blue 75

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

Shades of Watercourse #017F4B

Tints of Watercourse #017F4B

RGB

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

 GREEN value IS 127 (50% from 255) = 62.56%

 BLUE value IS 75 (29.69% from 255) = 36.95%

R = 0.49%
G = 62.56%
B = 36.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#017F4B (or 0x017F4B) is known color: Watercourse. HEX triplet: 01, 7F and 4B. RGB value is (1,127,75). Sum of RGB (Red+Green+Blue) = 1+127+75=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #017F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017F4B is #FE80B4. Grayscale: #535353. Windows color (decimal): -16679093 or 4947713. OLE color: 4947713.

HSL color Cylindrical-coordinate representation of color #017F4B: hue angle of 155.24º 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 #017F4B is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 127 75 -
CMYK 0.99 0 0.41 0.50
HSL 155.24º 0.98% 0.25% -
HSV(B) 155.24º 0.99% 0.5% -
XYZ 8.87 15.69 9.22 -
YUV 83.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 1 127 75 0.99 0 0.41 0.50 155.24 0.98 0.25
Hex 1 7F 4B 63 0 29 32 9B 62 19
Octal 1 177 113 143 0 51 62 233 142 31
Binary 1 1111111 1001011 1100011 0 101001 110010 10011011 1100010 11001

Color Harmonies of #017F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F4B

Black with #017F4B

Text Example


Text Example

White with #017F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #017F4B;
 }
 .AnyTagClassName
 {
   color: #017F4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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