#06977D

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

Shades of Free Speech Aquamarine #06977D

Tints of Free Speech Aquamarine #06977D

Color information

#06977D (or 0x06977D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 97 and 7D. RGB value is (6,151,125). Sum of RGB (Red+Green+Blue) = 6+151+125=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #06977D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06977D is #F96882. Grayscale: #686868. Windows color (decimal): -16345219 or 8230662. OLE color: 8230662.

HSL color Cylindrical-coordinate representation of color #06977D: hue angle of 169.24º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06977D is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB6151125-
CMYK0.9600.170.41
HSL169.24º92.36%30.78%-
HSV(B)169.24º96.03%59.22%-
XYZ14.8423.6523.19-
YUV104.68139.4657.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.13%
GREEN value IS 151 (59.38% from 255) = 53.55%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=2.13%
G=53.55%
B=44.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61511250.9600.170.41169.2492.3630.78
Hex6977D6001129a95c1f
Octal62271751400215125113437
Binary110100101111111101110000001000110100110101001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,151,125); }

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

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

 a { background-color: rgb(6,151,125); }

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

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

 span { border-color: rgb(6,151,125); }

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