#017774

Color #017774 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #017774

Tints of Surfie Green #017774

Color information

#017774 (or 0x017774) is unknown color: approx Surfie Green. HEX triplet: 01, 77 and 74. RGB value is (1,119,116). Sum of RGB (Red+Green+Blue) = 1+119+116=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #017774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017774 is #FE888B. Grayscale: #535353. Windows color (decimal): -16681100 or 7632641. OLE color: 7632641.

HSL color Cylindrical-coordinate representation of color #017774: hue angle of 178.47º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017774 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB1119116-
CMYK0.9900.030.53
HSL178.47º98.33%23.53%-
HSV(B)178.47º99.16%46.67%-
XYZ9.7614.4618.8-
YUV83.38146.4169.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 116 (45.70% from 255) = 49.15%
R=0.42%
G=50.42%
B=49.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11191160.9900.030.53178.4798.3323.53
Hex17774630335b26218
Octal1167164143036526214230
Binary111101111110100110001101111010110110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017774; }

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

 H1.HeaderClassName
 {
   color: #017774;
 }
 .AnyTagClassName
 {
   color: #017774;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #017774;
 }
 .BgClassName
 {
   background-color: #017774;
 }
</style>
border-color css

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

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

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