Html Css Color HEX #099268 Observatory

📋 copy color: '#099268'

red 9 ◦ green 146 ◦ blue 104

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

Shades of Observatory #099268

Tints of Observatory #099268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 3.47%
G = 56.37%
B = 40.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#099268 (or 0x099268) is known color: Observatory. HEX triplet: 09, 92 and 68. RGB value is (9,146,104). Sum of RGB (Red+Green+Blue) = 9+146+104=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #099268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099268 is #F66D97. Grayscale: #646464. Windows color (decimal): -16149912 or 6853129. OLE color: 6853129.

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

Color convert

RGB 9 146 104 -
CMYK 0.94 0 0.29 0.43
HSL 161.61º 0.88% 0.3% -
HSV(B) 161.61º 0.94% 0.57% -
XYZ 12.89 21.62 16.59 -
YUV 100.25 130.11 62.92 -
System Red Green Blue C M Y K H S L
Decimal 9 146 104 0.94 0 0.29 0.43 161.61 0.88 0.3
Hex 9 92 68 5E 0 1D 2B A2 58 1E
Octal 11 222 150 136 0 35 53 242 130 36
Binary 1001 10010010 1101000 1011110 0 11101 101011 10100010 1011000 11110

Color Harmonies of #099268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099268

Black with #099268

Text Example


Text Example

White with #099268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099268; }

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

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

background-color css

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

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

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

border-color css

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

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

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