#077E75

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

Shades of Surfie Green #077E75

Tints of Surfie Green #077E75

Color information

#077E75 (or 0x077E75) is unknown color: approx Surfie Green. HEX triplet: 07, 7E and 75. RGB value is (7,126,117). Sum of RGB (Red+Green+Blue) = 7+126+117=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #077E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077E75 is #F8818A. Grayscale: #595959. Windows color (decimal): -16286091 or 7699975. OLE color: 7699975.

HSL color Cylindrical-coordinate representation of color #077E75: hue angle of 175.46º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077E75 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB7126117-
CMYK0.9400.070.51
HSL175.46º89.47%26.08%-
HSV(B)175.46º94.44%49.41%-
XYZ10.7616.2519.4-
YUV89.39143.5869.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.8%
GREEN value IS 126 (49.61% from 255) = 50.4%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=2.8%
G=50.4%
B=46.8%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71261170.9400.070.51175.4689.4726.08
Hex77E755E0733af591a
Octal7176165136076325713132
Binary111111111011101011011110011111001110101111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077E75; }

 p { color: rgb(7,126,117); }

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

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

 a { background-color: rgb(7,126,117); }

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

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

 span { border-color: rgb(7,126,117); }

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