#077175

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

Shades of Surfie Green #077175

Tints of Surfie Green #077175

Color information

#077175 (or 0x077175) is unknown color: approx Surfie Green. HEX triplet: 07, 71 and 75. RGB value is (7,113,117). Sum of RGB (Red+Green+Blue) = 7+113+117=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #077175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077175 is #F88E8A. Grayscale: #515151. Windows color (decimal): -16289419 or 7696647. OLE color: 7696647.

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

Color convert

RGB7113117-
CMYK0.940.0300.54
HSL182.18º88.71%24.31%-
HSV(B)182.18º94.02%45.88%-
XYZ9.213.1418.88-
YUV81.76147.8874.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=2.95%
G=47.68%
B=49.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71131170.940.0300.54182.1888.7124.31
Hex771755E3036b65918
Octal7161165136306626613130
Binary11111100011110101101111011011011010110110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077175; }

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

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

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

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

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

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

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

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