#079A6A

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

Shades of Free Speech Aquamarine #079A6A

Tints of Free Speech Aquamarine #079A6A

Color information

#079A6A (or 0x079A6A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 9A and 6A. RGB value is (7,154,106). Sum of RGB (Red+Green+Blue) = 7+154+106=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #079A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079A6A is #F86595. Grayscale: #686868. Windows color (decimal): -16278934 or 6986247. OLE color: 6986247.

HSL color Cylindrical-coordinate representation of color #079A6A: hue angle of 160.41º 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 #079A6A is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB7154106-
CMYK0.9500.310.40
HSL160.41º91.3%31.57%-
HSV(B)160.41º95.45%60.39%-
XYZ14.2424.217.56-
YUV104.58128.858.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 154 (60.55% from 255) = 57.68%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=2.62%
G=57.68%
B=39.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71541060.9500.310.40160.4191.331.57
Hex79A6A5F01F28a05b20
Octal72321521370375024013340
Binary1111001101011010101011111011111101000101000001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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