#077975

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

Shades of Surfie Green #077975

Tints of Surfie Green #077975

Color information

#077975 (or 0x077975) is unknown color: approx Surfie Green. HEX triplet: 07, 79 and 75. RGB value is (7,121,117). Sum of RGB (Red+Green+Blue) = 7+121+117=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #077975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077975 is #F8868A. Grayscale: #565656. Windows color (decimal): -16287371 or 7698695. OLE color: 7698695.

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

Color convert

RGB7121117-
CMYK0.9400.030.53
HSL177.89º89.06%25.1%-
HSV(B)177.89º94.21%47.45%-
XYZ10.141519.19-
YUV86.46145.2371.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.86%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=2.86%
G=49.39%
B=47.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71211170.9400.030.53177.8989.0625.1
Hex779755E0335b25919
Octal7171165136036526213131
Binary11111110011110101101111001111010110110010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077975; }

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

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

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

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

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

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

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

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