#079F73

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

Shades of Free Speech Aquamarine #079F73

Tints of Free Speech Aquamarine #079F73

Color information

#079F73 (or 0x079F73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 9F and 73. RGB value is (7,159,115). Sum of RGB (Red+Green+Blue) = 7+159+115=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #079F73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079F73 is #F8608C. Grayscale: #6C6C6C. Windows color (decimal): -16277645 or 7577351. OLE color: 7577351.

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

Color convert

RGB7159115-
CMYK0.9600.280.38
HSL162.63º91.57%32.55%-
HSV(B)162.63º95.6%62.35%-
XYZ15.5826.0820.43-
YUV108.54131.6455.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.49%
GREEN value IS 159 (62.5% from 255) = 56.58%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=2.49%
G=56.58%
B=40.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71591150.9600.280.38162.6391.5732.55
Hex79F736001C26a35c21
Octal72371631400344624313441
Binary1111001111111100111100000011100100110101000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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