Html Css Color HEX #017F77 Surfie Green

📋 copy color: '#017F77'

red 1 ◦ green 127 ◦ blue 119

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

Shades of Surfie Green #017F77

Tints of Surfie Green #017F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.18%

R = 0.4%
G = 51.42%
B = 48.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#017F77 (or 0x017F77) is known color: Surfie Green. HEX triplet: 01, 7F and 77. RGB value is (1,127,119). Sum of RGB (Red+Green+Blue) = 1+127+119=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #017F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F77 is #FE8088. Grayscale: #585858. Windows color (decimal): -16679049 or 7831297. OLE color: 7831297.

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

Color convert

RGB 1 127 119 -
CMYK 0.99 0 0.06 0.50
HSL 176.19º 0.98% 0.25% -
HSV(B) 176.19º 0.99% 0.5% -
XYZ 10.93 16.52 20.06 -
YUV 88.41 145.26 65.65 -
System Red Green Blue C M Y K H S L
Decimal 1 127 119 0.99 0 0.06 0.50 176.19 0.98 0.25
Hex 1 7F 77 63 0 6 32 B0 62 19
Octal 1 177 167 143 0 6 62 260 142 31
Binary 1 1111111 1110111 1100011 0 110 110010 10110000 1100010 11001

Color Harmonies of #017F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F77

Black with #017F77

Text Example


Text Example

White with #017F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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