#017777

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

Shades of Surfie Green #017777

Tints of Surfie Green #017777

Color information

#017777 (or 0x017777) is unknown color: approx Surfie Green. HEX triplet: 01, 77 and 77. RGB value is (1,119,119). Sum of RGB (Red+Green+Blue) = 1+119+119=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #017777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017777 is #FE8888. Grayscale: #535353. Windows color (decimal): -16681097 or 7829249. OLE color: 7829249.

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

Color convert

RGB1119119-
CMYK0.99000.53
HSL180º98.33%23.53%-
HSV(B)180º99.16%46.67%-
XYZ9.9414.5319.73-
YUV83.72147.9169-

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) = 49.79%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=0.42%
G=49.79%
B=49.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11191190.99000.5318098.3323.53
Hex17777630035b46218
Octal1167167143006526414230
Binary11110111111011111000110011010110110100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017777; }

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

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

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

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

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

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

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

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