#079D73

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

Shades of Free Speech Aquamarine #079D73

Tints of Free Speech Aquamarine #079D73

Color information

#079D73 (or 0x079D73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 9D and 73. RGB value is (7,157,115). Sum of RGB (Red+Green+Blue) = 7+157+115=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #079D73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079D73 is #F8628C. Grayscale: #6B6B6B. Windows color (decimal): -16278157 or 7576839. OLE color: 7576839.

HSL color Cylindrical-coordinate representation of color #079D73: hue angle of 163.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079D73 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB7157115-
CMYK0.9600.270.38
HSL163.2º91.46%32.16%-
HSV(B)163.2º95.54%61.57%-
XYZ15.2425.420.32-
YUV107.36132.356.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 157 (61.72% from 255) = 56.27%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=2.51%
G=56.27%
B=41.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71571150.9600.270.38163.291.4632.16
Hex79D736001B26a35b20
Octal72351631400334624313340
Binary1111001110111100111100000011011100110101000111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,157,115); }

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

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

 a { background-color: rgb(7,157,115); }

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

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

 span { border-color: rgb(7,157,115); }

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