Html Css Color HEX #017D78 Surfie Green

📋 copy color: '#017D78'

red 1 ◦ green 125 ◦ blue 120

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

Shades of Surfie Green #017D78

Tints of Surfie Green #017D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.81%

 BLUE value IS 120 (47.27% from 255) = 48.78%

R = 0.41%
G = 50.81%
B = 48.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#017D78 (or 0x017D78) is known color: Surfie Green. HEX triplet: 01, 7D and 78. RGB value is (1,125,120). Sum of RGB (Red+Green+Blue) = 1+125+120=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #017D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D78 is #FE8287. Grayscale: #575757. Windows color (decimal): -16679560 or 7896321. OLE color: 7896321.

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

Color convert

RGB 1 125 120 -
CMYK 0.99 0 0.04 0.51
HSL 177.58º 0.98% 0.25% -
HSV(B) 177.58º 0.99% 0.49% -
XYZ 10.74 16.03 20.3 -
YUV 87.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 1 125 120 0.99 0 0.04 0.51 177.58 0.98 0.25
Hex 1 7D 78 63 0 4 33 B2 62 19
Octal 1 175 170 143 0 4 63 262 142 31
Binary 1 1111101 1111000 1100011 0 100 110011 10110010 1100010 11001

Color Harmonies of #017D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D78

Black with #017D78

Text Example


Text Example

White with #017D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,125,120); }

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

background-color css

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

 a { background-color: rgb(1,125,120); }

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

border-color css

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

 span { border-color: rgb(1,125,120); }

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