Html Css Color HEX #099269 Observatory

📋 copy color: '#099269'

red 9 ◦ green 146 ◦ blue 105

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

Shades of Observatory #099269

Tints of Observatory #099269

RGB

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

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

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

R = 3.46%
G = 56.15%
B = 40.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#099269 (or 0x099269) is known color: Observatory. HEX triplet: 09, 92 and 69. RGB value is (9,146,105). Sum of RGB (Red+Green+Blue) = 9+146+105=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #099269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099269 is #F66D96. Grayscale: #646464. Windows color (decimal): -16149911 or 6918665. OLE color: 6918665.

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

Color convert

RGB 9 146 105 -
CMYK 0.94 0 0.28 0.43
HSL 162.04º 0.88% 0.3% -
HSV(B) 162.04º 0.94% 0.57% -
XYZ 12.94 21.64 16.86 -
YUV 100.36 130.61 62.83 -
System Red Green Blue C M Y K H S L
Decimal 9 146 105 0.94 0 0.28 0.43 162.04 0.88 0.3
Hex 9 92 69 5E 0 1C 2B A2 58 1E
Octal 11 222 151 136 0 34 53 242 130 36
Binary 1001 10010010 1101001 1011110 0 11100 101011 10100010 1011000 11110

Color Harmonies of #099269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099269

Black with #099269

Text Example


Text Example

White with #099269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099269; }

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

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

background-color css

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

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

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

border-color css

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

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

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