#069F78

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

Shades of Free Speech Aquamarine #069F78

Tints of Free Speech Aquamarine #069F78

Color information

#069F78 (or 0x069F78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 9F and 78. RGB value is (6,159,120). Sum of RGB (Red+Green+Blue) = 6+159+120=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #069F78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F78 is #F96087. Grayscale: #6C6C6C. Windows color (decimal): -16343176 or 7905030. OLE color: 7905030.

HSL color Cylindrical-coordinate representation of color #069F78: hue angle of 164.71º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069F78 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB6159120-
CMYK0.9600.250.38
HSL164.71º92.73%32.35%-
HSV(B)164.71º96.23%62.35%-
XYZ15.8626.1921.99-
YUV108.81134.3154.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 159 (62.5% from 255) = 55.79%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=2.11%
G=55.79%
B=42.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61591200.9600.250.38164.7192.7332.35
Hex69F786001926a55d20
Octal62371701400314624513540
Binary1101001111111110001100000011001100110101001011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069F78; }

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

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

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

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

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

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

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

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