Html Css Color HEX #017F75 Surfie Green

📋 copy color: '#017F75'

red 1 ◦ green 127 ◦ blue 117

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

Shades of Surfie Green #017F75

Tints of Surfie Green #017F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 0.41%
G = 51.84%
B = 47.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#017F75 (or 0x017F75) is known color: Surfie Green. HEX triplet: 01, 7F and 75. RGB value is (1,127,117). Sum of RGB (Red+Green+Blue) = 1+127+117=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #017F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F75 is #FE808A. Grayscale: #585858. Windows color (decimal): -16679051 or 7700225. OLE color: 7700225.

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

Color convert

RGB 1 127 117 -
CMYK 0.99 0 0.08 0.50
HSL 175.24º 0.98% 0.25% -
HSV(B) 175.24º 0.99% 0.5% -
XYZ 10.81 16.47 19.44 -
YUV 88.19 144.26 65.81 -
System Red Green Blue C M Y K H S L
Decimal 1 127 117 0.99 0 0.08 0.50 175.24 0.98 0.25
Hex 1 7F 75 63 0 8 32 AF 62 19
Octal 1 177 165 143 0 10 62 257 142 31
Binary 1 1111111 1110101 1100011 0 1000 110010 10101111 1100010 11001

Color Harmonies of #017F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F75

Black with #017F75

Text Example


Text Example

White with #017F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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