#07957D

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

Shades of Free Speech Aquamarine #07957D

Tints of Free Speech Aquamarine #07957D

Color information

#07957D (or 0x07957D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 95 and 7D. RGB value is (7,149,125). Sum of RGB (Red+Green+Blue) = 7+149+125=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #07957D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07957D is #F86A82. Grayscale: #676767. Windows color (decimal): -16280195 or 8230151. OLE color: 8230151.

HSL color Cylindrical-coordinate representation of color #07957D: hue angle of 169.86º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07957D is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB7149125-
CMYK0.9500.160.42
HSL169.86º91.03%30.59%-
HSV(B)169.86º95.3%58.43%-
XYZ14.5423.0223.08-
YUV103.81139.9658.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.49%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=2.49%
G=53.02%
B=44.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71491250.9500.160.42169.8691.0330.59
Hex7957D5F0102Aaa5b1f
Octal72251751370205225213337
Binary111100101011111101101111101000010101010101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07957D; }

 p { color: rgb(7,149,125); }

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

<style>
 a { background-color: #07957D; }

 a { background-color: rgb(7,149,125); }

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

<style>
 span { border-color: #07957D; }

 span { border-color: rgb(7,149,125); }

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