#016F77

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

Shades of Surfie Green #016F77

Tints of Surfie Green #016F77

Color information

#016F77 (or 0x016F77) is unknown color: approx Surfie Green. HEX triplet: 01, 6F and 77. RGB value is (1,111,119). Sum of RGB (Red+Green+Blue) = 1+111+119=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #016F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F77 is #FE9088. Grayscale: #4E4E4E. Windows color (decimal): -16683145 or 7827201. OLE color: 7827201.

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

Color convert

RGB1111119-
CMYK0.990.0700.53
HSL184.07º98.33%23.53%-
HSV(B)184.07º99.16%46.67%-
XYZ9.0312.7119.43-
YUV79.02150.5672.35-

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11111190.990.0700.53184.0798.3323.53
Hex16F77637035b86218
Octal1157167143706527014230
Binary1110111111101111100011111011010110111000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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