#076F75

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

Shades of Surfie Green #076F75

Tints of Surfie Green #076F75

Color information

#076F75 (or 0x076F75) is unknown color: approx Surfie Green. HEX triplet: 07, 6F and 75. RGB value is (7,111,117). Sum of RGB (Red+Green+Blue) = 7+111+117=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #076F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F75 is #F8908A. Grayscale: #505050. Windows color (decimal): -16289931 or 7696135. OLE color: 7696135.

HSL color Cylindrical-coordinate representation of color #076F75: hue angle of 183.27º 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 #076F75 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7111117-
CMYK0.940.0500.54
HSL183.27º88.71%24.31%-
HSV(B)183.27º94.02%45.88%-
XYZ8.9812.718.81-
YUV80.59148.5475.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.98%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=2.98%
G=47.23%
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
Decimal71111170.940.0500.54183.2788.7124.31
Hex76F755E5036b75918
Octal7157165136506626713130
Binary111110111111101011011110101011011010110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076F75; }

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

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

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

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

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

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

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

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