#078278

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

Shades of Surfie Green #078278

Tints of Surfie Green #078278

Color information

#078278 (or 0x078278) is unknown color: approx Surfie Green. HEX triplet: 07, 82 and 78. RGB value is (7,130,120). Sum of RGB (Red+Green+Blue) = 7+130+120=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #078278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078278 is #F87D87. Grayscale: #5C5C5C. Windows color (decimal): -16285064 or 7897607. OLE color: 7897607.

HSL color Cylindrical-coordinate representation of color #078278: hue angle of 175.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078278 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB7130120-
CMYK0.9500.080.49
HSL175.12º89.78%26.86%-
HSV(B)175.12º94.62%50.98%-
XYZ11.4617.3720.52-
YUV92.08143.7567.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=2.72%
G=50.58%
B=46.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71301200.9500.080.49175.1289.7826.86
Hex782785F0831af5a1b
Octal72021701370106125713233
Binary11110000010111100010111110100011000110101111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078278; }

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

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

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

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

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

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

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

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