#069871

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

Shades of Free Speech Aquamarine #069871

Tints of Free Speech Aquamarine #069871

Color information

#069871 (or 0x069871) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 98 and 71. RGB value is (6,152,113). Sum of RGB (Red+Green+Blue) = 6+152+113=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #069871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069871 is #F9678E. Grayscale: #676767. Windows color (decimal): -16344975 or 7444486. OLE color: 7444486.

HSL color Cylindrical-coordinate representation of color #069871: hue angle of 163.97º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069871 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB6152113-
CMYK0.9600.260.40
HSL163.97º92.41%30.98%-
HSV(B)163.97º96.05%59.61%-
XYZ14.2823.6919.44-
YUV103.9133.1358.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=2.21%
G=56.09%
B=41.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61521130.9600.260.40163.9792.4130.98
Hex698716001A28a45c1f
Octal62301611400325024413437
Binary110100110001110001110000001101010100010100100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069871; }

 p { color: rgb(6,152,113); }

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

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

 a { background-color: rgb(6,152,113); }

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

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

 span { border-color: rgb(6,152,113); }

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