#077076

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

Shades of Surfie Green #077076

Tints of Surfie Green #077076

Color information

#077076 (or 0x077076) is unknown color: approx Surfie Green. HEX triplet: 07, 70 and 76. RGB value is (7,112,118). Sum of RGB (Red+Green+Blue) = 7+112+118=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #077076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077076 is #F88F89. Grayscale: #515151. Windows color (decimal): -16289674 or 7761927. OLE color: 7761927.

HSL color Cylindrical-coordinate representation of color #077076: hue angle of 183.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077076 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7112118-
CMYK0.940.0500.54
HSL183.24º88.8%24.51%-
HSV(B)183.24º94.07%46.27%-
XYZ9.1512.9419.16-
YUV81.29148.7175.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=2.95%
G=47.26%
B=49.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71121180.940.0500.54183.2488.824.51
Hex770765E5036b75919
Octal7160166136506626713131
Binary111111000011101101011110101011011010110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077076; }

 p { color: rgb(7,112,118); }

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

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

 a { background-color: rgb(7,112,118); }

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

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

 span { border-color: rgb(7,112,118); }

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