#076F78

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

Shades of Surfie Green #076F78

Tints of Surfie Green #076F78

Color information

#076F78 (or 0x076F78) is unknown color: approx Surfie Green. HEX triplet: 07, 6F and 78. RGB value is (7,111,120). Sum of RGB (Red+Green+Blue) = 7+111+120=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #076F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F78 is #F89087. Grayscale: #505050. Windows color (decimal): -16289928 or 7892743. OLE color: 7892743.

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

Color convert

RGB7111120-
CMYK0.940.0800.53
HSL184.78º88.98%24.9%-
HSV(B)184.78º94.17%47.06%-
XYZ9.1612.7719.75-
YUV80.93150.0475.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.94%
GREEN value IS 111 (43.75% from 255) = 46.64%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=2.94%
G=46.64%
B=50.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71111200.940.0800.53184.7888.9824.9
Hex76F785E8035b95919
Octal71571701361006527113131
Binary1111101111111100010111101000011010110111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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