#06976E

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

Shades of Free Speech Aquamarine #06976E

Tints of Free Speech Aquamarine #06976E

Color information

#06976E (or 0x06976E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 97 and 6E. RGB value is (6,151,110). Sum of RGB (Red+Green+Blue) = 6+151+110=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #06976E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06976E is #F96891. Grayscale: #666666. Windows color (decimal): -16345234 or 7247622. OLE color: 7247622.

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

Color convert

RGB6151110-
CMYK0.9600.270.41
HSL163.03º92.36%30.78%-
HSV(B)163.03º96.03%59.22%-
XYZ13.9623.318.51-
YUV102.97131.9658.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 151 (59.38% from 255) = 56.55%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=2.25%
G=56.55%
B=41.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61511100.9600.270.41163.0392.3630.78
Hex6976E6001B29a35c1f
Octal62271561400335124313437
Binary110100101111101110110000001101110100110100011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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