Html Css Color HEX #099278 Observatory

📋 copy color: '#099278'

red 9 ◦ green 146 ◦ blue 120

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

Shades of Observatory #099278

Tints of Observatory #099278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 3.27%
G = 53.09%
B = 43.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#099278 (or 0x099278) is known color: Observatory. HEX triplet: 09, 92 and 78. RGB value is (9,146,120). Sum of RGB (Red+Green+Blue) = 9+146+120=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #099278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099278 is #F66D87. Grayscale: #666666. Windows color (decimal): -16149896 or 7901705. OLE color: 7901705.

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

Color convert

RGB 9 146 120 -
CMYK 0.94 0 0.18 0.43
HSL 168.61º 0.88% 0.3% -
HSV(B) 168.61º 0.94% 0.57% -
XYZ 13.78 21.97 21.28 -
YUV 102.07 138.11 61.61 -
System Red Green Blue C M Y K H S L
Decimal 9 146 120 0.94 0 0.18 0.43 168.61 0.88 0.3
Hex 9 92 78 5E 0 12 2B A9 58 1E
Octal 11 222 170 136 0 22 53 251 130 36
Binary 1001 10010010 1111000 1011110 0 10010 101011 10101001 1011000 11110

Color Harmonies of #099278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099278

Black with #099278

Text Example


Text Example

White with #099278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099278; }

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

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

background-color css

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

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

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

border-color css

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

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

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