#07A371

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

Shades of Free Speech Aquamarine #07A371

Tints of Free Speech Aquamarine #07A371

Color information

#07A371 (or 0x07A371) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, A3 and 71. RGB value is (7,163,113). Sum of RGB (Red+Green+Blue) = 7+163+113=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #07A371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A371 is #F85C8E. Grayscale: #6E6E6E. Windows color (decimal): -16276623 or 7447303. OLE color: 7447303.

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

Color convert

RGB7163113-
CMYK0.9600.310.36
HSL160.77º91.76%33.33%-
HSV(B)160.77º95.71%63.92%-
XYZ16.1727.4320.07-
YUV110.66129.3254.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.47%
GREEN value IS 163 (64.06% from 255) = 57.60%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=2.47%
G=57.60%
B=39.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71631130.9600.310.36160.7791.7633.33
Hex7A3716001F24a15c21
Octal72431611400374424113441
Binary1111010001111100011100000011111100100101000011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,163,113); }

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

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

 a { background-color: rgb(7,163,113); }

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

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

 span { border-color: rgb(7,163,113); }

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