Html Css Color HEX #099274 Observatory

📋 copy color: '#099274'

red 9 ◦ green 146 ◦ blue 116

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

Shades of Observatory #099274

Tints of Observatory #099274

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.7% from 255) = 42.8%

R = 3.32%
G = 53.87%
B = 42.8%

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

#099274 (or 0x099274) is known color: 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

RGB 9 146 116 -
CMYK 0.94 0 0.21 0.43
HSL 166.86º 0.88% 0.3% -
HSV(B) 166.86º 0.94% 0.57% -
XYZ 13.54 21.88 20.03 -
YUV 101.62 136.11 61.94 -
System Red Green Blue C M Y K H S L
Decimal 9 146 116 0.94 0 0.21 0.43 166.86 0.88 0.3
Hex 9 92 74 5E 0 15 2B A7 58 1E
Octal 11 222 164 136 0 25 53 247 130 36
Binary 1001 10010010 1110100 1011110 0 10101 101011 10100111 1011000 11110

Color Harmonies of #099274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099274

Black with #099274

Text Example


Text Example

White with #099274

Text Example


Text Example

HTML Codes & Css Web 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>