#079a78

Color #079A78 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #079A78

Tints of Free Speech Aquamarine #079A78

Color information

#079A78 (or 0x079A78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 9A and 78. RGB value is (7,154,120). Sum of RGB (Red+Green+Blue) = 7+154+120=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #079A78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079A78 is #F86587. Grayscale: #6A6A6A. Windows color (decimal): -16278920 or 7903751. OLE color: 7903751.

HSL color Cylindrical-coordinate representation of color #079A78: hue angle of 166.12º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079A78 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB7154120-
CMYK0.9500.220.40
HSL166.12º91.3%31.57%-
HSV(B)166.12º95.45%60.39%-
XYZ15.0324.5121.71-
YUV106.17135.857.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.49%
GREEN value IS 154 (60.55% from 255) = 54.80%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=2.49%
G=54.80%
B=42.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71541200.9500.220.40166.1291.331.57
Hex79A785F01628a65b20
Octal72321701370265024613340
Binary1111001101011110001011111010110101000101001101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079a78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079a78; }

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

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

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

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

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

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

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

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