Html Css Color HEX #099569 Observatory

📋 copy color: '#099569'

red 9 ◦ green 149 ◦ blue 105

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

Shades of Observatory #099569

Tints of Observatory #099569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.65%

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

R = 3.42%
G = 56.65%
B = 39.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#099569 (or 0x099569) is known color: Observatory. HEX triplet: 09, 95 and 69. RGB value is (9,149,105). Sum of RGB (Red+Green+Blue) = 9+149+105=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #099569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099569 is #F66A96. Grayscale: #666666. Windows color (decimal): -16149143 or 6919433. OLE color: 6919433.

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

Color convert

RGB 9 149 105 -
CMYK 0.94 0 0.30 0.42
HSL 161.14º 0.89% 0.31% -
HSV(B) 161.14º 0.94% 0.58% -
XYZ 13.41 22.57 17.01 -
YUV 102.12 129.62 61.58 -
System Red Green Blue C M Y K H S L
Decimal 9 149 105 0.94 0 0.30 0.42 161.14 0.89 0.31
Hex 9 95 69 5E 0 1E 2A A1 59 1F
Octal 11 225 151 136 0 36 52 241 131 37
Binary 1001 10010101 1101001 1011110 0 11110 101010 10100001 1011001 11111

Color Harmonies of #099569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099569

Black with #099569

Text Example


Text Example

White with #099569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099569; }

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

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

background-color css

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

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

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

border-color css

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

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

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