#06977C

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

Shades of Free Speech Aquamarine #06977C

Tints of Free Speech Aquamarine #06977C

Color information

#06977C (or 0x06977C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 97 and 7C. RGB value is (6,151,124). Sum of RGB (Red+Green+Blue) = 6+151+124=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #06977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06977C is #F96883. Grayscale: #686868. Windows color (decimal): -16345220 or 8165126. OLE color: 8165126.

HSL color Cylindrical-coordinate representation of color #06977C: hue angle of 168.83º 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 #06977C is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB6151124-
CMYK0.9600.180.41
HSL168.83º92.36%30.78%-
HSV(B)168.83º96.03%59.22%-
XYZ14.7823.6322.85-
YUV104.57138.9657.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 151 (59.38% from 255) = 53.74%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=2.14%
G=53.74%
B=44.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61511240.9600.180.41168.8392.3630.78
Hex6977C6001229a95c1f
Octal62271741400225125113437
Binary110100101111111100110000001001010100110101001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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