#079C70

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

Shades of Free Speech Aquamarine #079C70

Tints of Free Speech Aquamarine #079C70

Color information

#079C70 (or 0x079C70) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 9C and 70. RGB value is (7,156,112). Sum of RGB (Red+Green+Blue) = 7+156+112=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #079C70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079C70 is #F8638F. Grayscale: #6A6A6A. Windows color (decimal): -16278416 or 7379975. OLE color: 7379975.

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

Color convert

RGB7156112-
CMYK0.9600.280.39
HSL162.28º91.41%31.96%-
HSV(B)162.28º95.51%61.18%-
XYZ14.924.9919.37-
YUV106.43131.1457.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 156 (61.33% from 255) = 56.73%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=2.55%
G=56.73%
B=40.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71561120.9600.280.39162.2891.4131.96
Hex79C706001C27a25b20
Octal72341601400344724213340
Binary1111001110011100001100000011100100111101000101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,156,112); }

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

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

 a { background-color: rgb(7,156,112); }

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

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

 span { border-color: rgb(7,156,112); }

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