#069579

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

Shades of Free Speech Aquamarine #069579

Tints of Free Speech Aquamarine #069579

Color information

#069579 (or 0x069579) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 95 and 79. RGB value is (6,149,121). Sum of RGB (Red+Green+Blue) = 6+149+121=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #069579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069579 is #F96A86. Grayscale: #676767. Windows color (decimal): -16345735 or 7968006. OLE color: 7968006.

HSL color Cylindrical-coordinate representation of color #069579: hue angle of 168.25º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069579 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB6149121-
CMYK0.9600.190.42
HSL168.25º92.26%30.39%-
HSV(B)168.25º95.97%58.43%-
XYZ14.2722.9121.76-
YUV103.05138.1258.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=2.17%
G=53.99%
B=43.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491210.9600.190.42168.2592.2630.39
Hex69579600132Aa85c1e
Octal62251711400235225013436
Binary110100101011111001110000001001110101010101000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069579; }

 p { color: rgb(6,149,121); }

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

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

 a { background-color: rgb(6,149,121); }

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

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

 span { border-color: rgb(6,149,121); }

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