#016F79

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

Shades of Surfie Green #016F79

Tints of Surfie Green #016F79

Color information

#016F79 (or 0x016F79) is unknown color: approx Surfie Green. HEX triplet: 01, 6F and 79. RGB value is (1,111,121). Sum of RGB (Red+Green+Blue) = 1+111+121=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #016F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F79 is #FE9086. Grayscale: #4F4F4F. Windows color (decimal): -16683143 or 7958273. OLE color: 7958273.

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

Color convert

RGB1111121-
CMYK0.990.0800.53
HSL185º98.36%23.92%-
HSV(B)185º99.17%47.45%-
XYZ9.1512.7620.07-
YUV79.25151.5672.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 111 (43.75% from 255) = 47.64%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=0.43%
G=47.64%
B=51.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11111210.990.0800.5318598.3623.92
Hex16F79638035b96218
Octal11571711431006527114230
Binary11101111111100111000111000011010110111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016F79; }

 p { color: rgb(1,111,121); }

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

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

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

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

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

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

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