Html Css Color HEX #099066 Observatory

📋 copy color: '#099066'

red 9 ◦ green 144 ◦ blue 102

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

Shades of Observatory #099066

Tints of Observatory #099066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.47%

 BLUE value IS 102 (40.23% from 255) = 40%

R = 3.53%
G = 56.47%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#099066 (or 0x099066) is known color: Observatory. HEX triplet: 09, 90 and 66. RGB value is (9,144,102). Sum of RGB (Red+Green+Blue) = 9+144+102=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #099066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099066 is #F66F99. Grayscale: #626262. Windows color (decimal): -16150426 or 6721545. OLE color: 6721545.

HSL color Cylindrical-coordinate representation of color #099066: hue angle of 161.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099066 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 102 -
CMYK 0.94 0 0.29 0.44
HSL 161.33º 0.88% 0.3% -
HSV(B) 161.33º 0.94% 0.56% -
XYZ 12.48 20.96 15.96 -
YUV 98.85 129.77 63.92 -
System Red Green Blue C M Y K H S L
Decimal 9 144 102 0.94 0 0.29 0.44 161.33 0.88 0.3
Hex 9 90 66 5E 0 1D 2C A1 58 1E
Octal 11 220 146 136 0 35 54 241 130 36
Binary 1001 10010000 1100110 1011110 0 11101 101100 10100001 1011000 11110

Color Harmonies of #099066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099066

Black with #099066

Text Example


Text Example

White with #099066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099066; }

 p { color: rgb(9,144,102); }

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

background-color css

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

 a { background-color: rgb(9,144,102); }

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

border-color css

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

 span { border-color: rgb(9,144,102); }

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