#056F76

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

Shades of Surfie Green #056F76

Tints of Surfie Green #056F76

Color information

#056F76 (or 0x056F76) is unknown color: approx Surfie Green. HEX triplet: 05, 6F and 76. RGB value is (5,111,118). Sum of RGB (Red+Green+Blue) = 5+111+118=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #056F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F76 is #FA9089. Grayscale: #4F4F4F. Windows color (decimal): -16421002 or 7761669. OLE color: 7761669.

HSL color Cylindrical-coordinate representation of color #056F76: hue angle of 183.72º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F76 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5111118-
CMYK0.960.0600.54
HSL183.72º91.87%24.12%-
HSV(B)183.72º95.76%46.27%-
XYZ9.0212.7119.12-
YUV80.1149.3874.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=2.14%
G=47.44%
B=50.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51111180.960.0600.54183.7291.8724.12
Hex56F76606036b85c18
Octal5157166140606627013430
Binary101110111111101101100000110011011010111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056F76; }

 p { color: rgb(5,111,118); }

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

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

 a { background-color: rgb(5,111,118); }

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

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

 span { border-color: rgb(5,111,118); }

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