Html Css Color HEX #099273 Observatory

📋 copy color: '#099273'

red 9 ◦ green 146 ◦ blue 115

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

Shades of Observatory #099273

Tints of Observatory #099273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.07%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 3.33%
G = 54.07%
B = 42.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#099273 (or 0x099273) is known color: Observatory. HEX triplet: 09, 92 and 73. RGB value is (9,146,115). Sum of RGB (Red+Green+Blue) = 9+146+115=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #099273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099273 is #F66D8C. Grayscale: #656565. Windows color (decimal): -16149901 or 7574025. OLE color: 7574025.

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

Color convert

RGB 9 146 115 -
CMYK 0.94 0 0.21 0.43
HSL 166.42º 0.88% 0.3% -
HSV(B) 166.42º 0.94% 0.57% -
XYZ 13.49 21.85 19.73 -
YUV 101.5 135.61 62.02 -
System Red Green Blue C M Y K H S L
Decimal 9 146 115 0.94 0 0.21 0.43 166.42 0.88 0.3
Hex 9 92 73 5E 0 15 2B A6 58 1E
Octal 11 222 163 136 0 25 53 246 130 36
Binary 1001 10010010 1110011 1011110 0 10101 101011 10100110 1011000 11110

Color Harmonies of #099273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099273

Black with #099273

Text Example


Text Example

White with #099273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099273; }

 p { color: rgb(9,146,115); }

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

background-color css

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

 a { background-color: rgb(9,146,115); }

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

border-color css

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

 span { border-color: rgb(9,146,115); }

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