#078479

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

Shades of Surfie Green #078479

Tints of Surfie Green #078479

Color information

#078479 (or 0x078479) is unknown color: approx Surfie Green. HEX triplet: 07, 84 and 79. RGB value is (7,132,121). Sum of RGB (Red+Green+Blue) = 7+132+121=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #078479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078479 is #F87B86. Grayscale: #5D5D5D. Windows color (decimal): -16284551 or 7963655. OLE color: 7963655.

HSL color Cylindrical-coordinate representation of color #078479: hue angle of 174.72º 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 #078479 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB7132121-
CMYK0.9500.080.48
HSL174.72º89.93%27.25%-
HSV(B)174.72º94.7%51.76%-
XYZ11.7917.9320.93-
YUV93.37143.5966.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.69%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=2.69%
G=50.77%
B=46.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71321210.9500.080.48174.7289.9327.25
Hex784795F0830af5a1b
Octal72041711370106025713233
Binary11110000100111100110111110100011000010101111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078479; }

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

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

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

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

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

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

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

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