#07A77F

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

Shades of Free Speech Aquamarine #07A77F

Tints of Free Speech Aquamarine #07A77F

Color information

#07A77F (or 0x07A77F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, A7 and 7F. RGB value is (7,167,127). Sum of RGB (Red+Green+Blue) = 7+167+127=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 167 (65.62% from 255 or 55.48% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 167 - color contains mainly: green. Hex color #07A77F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A77F is #F85880. Grayscale: #727272. Windows color (decimal): -16275585 or 8365831. OLE color: 8365831.

HSL color Cylindrical-coordinate representation of color #07A77F: hue angle of 165º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A77F is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB7167127-
CMYK0.9600.240.35
HSL165º91.95%34.12%-
HSV(B)165º95.81%65.49%-
XYZ17.7429.2124.78-
YUV114.6134.9951.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 167 (65.62% from 255) = 55.48%
BLUE value IS 127 (50% from 255) = 42.19%
R=2.33%
G=55.48%
B=42.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71671270.9600.240.3516591.9534.12
Hex7A77F6001823a55c22
Octal72471771400304324513442
Binary1111010011111111111100000011000100011101001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,167,127); }

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

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

 a { background-color: rgb(7,167,127); }

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

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

 span { border-color: rgb(7,167,127); }

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