#078478

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

Shades of Surfie Green #078478

Tints of Surfie Green #078478

Color information

#078478 (or 0x078478) is unknown color: approx Surfie Green. HEX triplet: 07, 84 and 78. RGB value is (7,132,120). Sum of RGB (Red+Green+Blue) = 7+132+120=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #078478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078478 is #F87B87. Grayscale: #5D5D5D. Windows color (decimal): -16284552 or 7898119. OLE color: 7898119.

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

Color convert

RGB7132120-
CMYK0.9500.090.48
HSL174.24º89.93%27.25%-
HSV(B)174.24º94.7%51.76%-
XYZ11.7317.920.61-
YUV93.26143.0966.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.70%
GREEN value IS 132 (51.95% from 255) = 50.97%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=2.70%
G=50.97%
B=46.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71321200.9500.090.48174.2489.9327.25
Hex784785F0930ae5a1b
Octal72041701370116025613233
Binary11110000100111100010111110100111000010101110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078478; }

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

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

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

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

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

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

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

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