Html Css Color HEX #099072 Observatory

📋 copy color: '#099072'

red 9 ◦ green 144 ◦ blue 114

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

Shades of Observatory #099072

Tints of Observatory #099072

RGB

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

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

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

R = 3.37%
G = 53.93%
B = 42.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#099072 (or 0x099072) is known color: Observatory. HEX triplet: 09, 90 and 72. RGB value is (9,144,114). Sum of RGB (Red+Green+Blue) = 9+144+114=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #099072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099072 is #F66F8D. Grayscale: #646464. Windows color (decimal): -16150414 or 7507977. OLE color: 7507977.

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

Color convert

RGB 9 144 114 -
CMYK 0.94 0 0.21 0.44
HSL 166.67º 0.88% 0.3% -
HSV(B) 166.67º 0.94% 0.56% -
XYZ 13.12 21.22 19.32 -
YUV 100.22 135.77 62.94 -
System Red Green Blue C M Y K H S L
Decimal 9 144 114 0.94 0 0.21 0.44 166.67 0.88 0.3
Hex 9 90 72 5E 0 15 2C A7 58 1E
Octal 11 220 162 136 0 25 54 247 130 36
Binary 1001 10010000 1110010 1011110 0 10101 101100 10100111 1011000 11110

Color Harmonies of #099072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099072

Black with #099072

Text Example


Text Example

White with #099072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099072; }

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

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

background-color css

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

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

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

border-color css

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

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

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