#069778

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

Shades of Free Speech Aquamarine #069778

Tints of Free Speech Aquamarine #069778

Color information

#069778 (or 0x069778) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 97 and 78. RGB value is (6,151,120). Sum of RGB (Red+Green+Blue) = 6+151+120=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #069778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069778 is #F96887. Grayscale: #686868. Windows color (decimal): -16345224 or 7902982. OLE color: 7902982.

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

Color convert

RGB6151120-
CMYK0.9600.210.41
HSL167.17º92.36%30.78%-
HSV(B)167.17º96.03%59.22%-
XYZ14.5323.5321.54-
YUV104.11136.9658.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 151 (59.38% from 255) = 54.51%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=2.17%
G=54.51%
B=43.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61511200.9600.210.41167.1792.3630.78
Hex697786001529a75c1f
Octal62271701400255124713437
Binary110100101111111000110000001010110100110100111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069778; }

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

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

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

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

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

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

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

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