Html Css Color HEX #099469 Observatory

📋 copy color: '#099469'

red 9 ◦ green 148 ◦ blue 105

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

Shades of Observatory #099469

Tints of Observatory #099469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

 BLUE value IS 105 (41.41% from 255) = 40.08%

R = 3.44%
G = 56.49%
B = 40.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#099469 (or 0x099469) is known color: Observatory. HEX triplet: 09, 94 and 69. RGB value is (9,148,105). Sum of RGB (Red+Green+Blue) = 9+148+105=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #099469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099469 is #F66B96. Grayscale: #656565. Windows color (decimal): -16149399 or 6919177. OLE color: 6919177.

HSL color Cylindrical-coordinate representation of color #099469: hue angle of 161.44º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099469 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 148 105 -
CMYK 0.94 0 0.29 0.42
HSL 161.44º 0.89% 0.31% -
HSV(B) 161.44º 0.94% 0.58% -
XYZ 13.25 22.26 16.96 -
YUV 101.54 129.95 62 -
System Red Green Blue C M Y K H S L
Decimal 9 148 105 0.94 0 0.29 0.42 161.44 0.89 0.31
Hex 9 94 69 5E 0 1D 2A A1 59 1F
Octal 11 224 151 136 0 35 52 241 131 37
Binary 1001 10010100 1101001 1011110 0 11101 101010 10100001 1011001 11111

Color Harmonies of #099469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099469

Black with #099469

Text Example


Text Example

White with #099469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099469; }

 p { color: rgb(9,148,105); }

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

background-color css

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

 a { background-color: rgb(9,148,105); }

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

border-color css

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

 span { border-color: rgb(9,148,105); }

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