Html Css Color HEX #017F74 Surfie Green

📋 copy color: '#017F74'

red 1 ◦ green 127 ◦ blue 116

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

Shades of Surfie Green #017F74

Tints of Surfie Green #017F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.54%

R = 0.41%
G = 52.05%
B = 47.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#017F74 (or 0x017F74) is known color: Surfie Green. HEX triplet: 01, 7F and 74. RGB value is (1,127,116). Sum of RGB (Red+Green+Blue) = 1+127+116=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #017F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F74 is #FE808B. Grayscale: #575757. Windows color (decimal): -16679052 or 7634689. OLE color: 7634689.

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

Color convert

RGB 1 127 116 -
CMYK 0.99 0 0.09 0.50
HSL 174.76º 0.98% 0.25% -
HSV(B) 174.76º 0.99% 0.5% -
XYZ 10.75 16.45 19.13 -
YUV 88.07 143.76 65.89 -
System Red Green Blue C M Y K H S L
Decimal 1 127 116 0.99 0 0.09 0.50 174.76 0.98 0.25
Hex 1 7F 74 63 0 9 32 AF 62 19
Octal 1 177 164 143 0 11 62 257 142 31
Binary 1 1111111 1110100 1100011 0 1001 110010 10101111 1100010 11001

Color Harmonies of #017F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F74

Black with #017F74

Text Example


Text Example

White with #017F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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