#099274

Color #099274 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #099274

Tints of Observatory #099274

Color information

#099274 (or 0x099274) is unknown color: approx Observatory. HEX triplet: 09, 92 and 74. RGB value is (9,146,116). Sum of RGB (Red+Green+Blue) = 9+146+116=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #099274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099274 is #F66D8B. Grayscale: #656565. Windows color (decimal): -16149900 or 7639561. OLE color: 7639561.

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

Color convert

RGB9146116-
CMYK0.9400.210.43
HSL166.86º88.39%30.39%-
HSV(B)166.86º93.84%57.25%-
XYZ13.5421.8820.03-
YUV101.62136.1161.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.32%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=3.32%
G=53.87%
B=42.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91461160.9400.210.43166.8688.3930.39
Hex992745E0152Ba7581e
Octal112221641360255324713036
Binary1001100100101110100101111001010110101110100111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099274; }

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

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

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

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

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

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

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

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