Html Css Color HEX #099672 Free Speech Aquamarine

📋 copy color: '#099672'

red 9 ◦ green 150 ◦ blue 114

#099672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #099672

Tints of Free Speech Aquamarine #099672

RGB

 RED value IS 9 (3.91% from 255) = 3.3%

 GREEN value IS 150 (58.98% from 255) = 54.95%

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 3.3%
G = 54.95%
B = 41.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#099672 (or 0x099672) is known color: Free Speech Aquamarine. HEX triplet: 09, 96 and 72. RGB value is (9,150,114). Sum of RGB (Red+Green+Blue) = 9+150+114=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #099672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099672 is #F6698D. Grayscale: #676767. Windows color (decimal): -16148878 or 7509513. OLE color: 7509513.

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

Color convert

RGB 9 150 114 -
CMYK 0.94 0 0.24 0.41
HSL 164.68º 0.89% 0.31% -
HSV(B) 164.68º 0.94% 0.59% -
XYZ 14.06 23.09 19.63 -
YUV 103.74 133.79 60.43 -
System Red Green Blue C M Y K H S L
Decimal 9 150 114 0.94 0 0.24 0.41 164.68 0.89 0.31
Hex 9 96 72 5E 0 18 29 A5 59 1F
Octal 11 226 162 136 0 30 51 245 131 37
Binary 1001 10010110 1110010 1011110 0 11000 101001 10100101 1011001 11111

Color Harmonies of #099672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099672

Black with #099672

Text Example


Text Example

White with #099672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099672; }

 p { color: rgb(9,150,114); }

 H1.HeaderClassName
 {
   color: #099672;
 }
 .AnyTagClassName
 {
   color: #099672;
 }
</style>

background-color css

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

 a { background-color: rgb(9,150,114); }

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

border-color css

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

 span { border-color: rgb(9,150,114); }

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