#099769

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

Shades of Free Speech Aquamarine #099769

Tints of Free Speech Aquamarine #099769

Color information

#099769 (or 0x099769) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 97 and 69. RGB value is (9,151,105). Sum of RGB (Red+Green+Blue) = 9+151+105=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #099769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099769 is #F66896. Grayscale: #676767. Windows color (decimal): -16148631 or 6919945. OLE color: 6919945.

HSL color Cylindrical-coordinate representation of color #099769: hue angle of 160.56º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099769 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB9151105-
CMYK0.9400.300.41
HSL160.56º88.75%31.37%-
HSV(B)160.56º94.04%59.22%-
XYZ13.7323.2117.12-
YUV103.3128.9660.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 151 (59.38% from 255) = 56.98%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=3.40%
G=56.98%
B=39.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91511050.9400.300.41160.5688.7531.37
Hex997695E01E29a1591f
Octal112271511360365124113137
Binary1001100101111101001101111001111010100110100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099769; }

 p { color: rgb(9,151,105); }

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

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

 a { background-color: rgb(9,151,105); }

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

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

 span { border-color: rgb(9,151,105); }

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