#078678

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

Shades of Surfie Green #078678

Tints of Surfie Green #078678

Color information

#078678 (or 0x078678) is unknown color: approx Surfie Green. HEX triplet: 07, 86 and 78. RGB value is (7,134,120). Sum of RGB (Red+Green+Blue) = 7+134+120=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #078678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078678 is #F87987. Grayscale: #5E5E5E. Windows color (decimal): -16284040 or 7898631. OLE color: 7898631.

HSL color Cylindrical-coordinate representation of color #078678: hue angle of 173.39º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078678 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB7134120-
CMYK0.9500.100.47
HSL173.39º90.07%27.65%-
HSV(B)173.39º94.78%52.55%-
XYZ1218.4520.7-
YUV94.43142.4265.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.68%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=2.68%
G=51.34%
B=45.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71341200.9500.100.47173.3990.0727.65
Hex786785F0A2Fad5a1c
Octal72061701370125725513234
Binary11110000110111100010111110101010111110101101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078678; }

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

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

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

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

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

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

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

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