#07A078

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

Shades of Free Speech Aquamarine #07A078

Tints of Free Speech Aquamarine #07A078

Color information

#07A078 (or 0x07A078) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, A0 and 78. RGB value is (7,160,120). Sum of RGB (Red+Green+Blue) = 7+160+120=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #07A078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A078 is #F85F87. Grayscale: #6D6D6D. Windows color (decimal): -16277384 or 7905287. OLE color: 7905287.

HSL color Cylindrical-coordinate representation of color #07A078: hue angle of 164.31º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A078 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB7160120-
CMYK0.9600.250.37
HSL164.31º91.62%32.75%-
HSV(B)164.31º95.63%62.75%-
XYZ16.0526.5422.05-
YUV109.69133.8154.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=2.44%
G=55.75%
B=41.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71601200.9600.250.37164.3191.6232.75
Hex7A0786001925a45c21
Octal72401701400314524413441
Binary1111010000011110001100000011001100101101001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A078; }

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

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

<style>
 a { background-color: #07A078; }

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

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

<style>
 span { border-color: #07A078; }

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

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