#07966E

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

Shades of Free Speech Aquamarine #07966E

Tints of Free Speech Aquamarine #07966E

Color information

#07966E (or 0x07966E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 96 and 6E. RGB value is (7,150,110). Sum of RGB (Red+Green+Blue) = 7+150+110=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #07966E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07966E is #F86991. Grayscale: #666666. Windows color (decimal): -16279954 or 7247367. OLE color: 7247367.

HSL color Cylindrical-coordinate representation of color #07966E: hue angle of 163.22º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07966E is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB7150110-
CMYK0.9500.270.41
HSL163.22º91.08%30.78%-
HSV(B)163.22º95.33%58.82%-
XYZ13.8122.9818.46-
YUV102.68132.1259.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 150 (58.98% from 255) = 56.18%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=2.62%
G=56.18%
B=41.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71501100.9500.270.41163.2291.0830.78
Hex7966E5F01B29a35b1f
Octal72261561370335124313337
Binary111100101101101110101111101101110100110100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07966E; }

 p { color: rgb(7,150,110); }

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

<style>
 a { background-color: #07966E; }

 a { background-color: rgb(7,150,110); }

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

<style>
 span { border-color: #07966E; }

 span { border-color: rgb(7,150,110); }

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