Html Css Color HEX #099367 Observatory

📋 copy color: '#099367'

red 9 ◦ green 147 ◦ blue 103

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

Shades of Observatory #099367

Tints of Observatory #099367

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.76%

 BLUE value IS 103 (40.63% from 255) = 39.77%

R = 3.47%
G = 56.76%
B = 39.77%

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

#099367 (or 0x099367) is known color: Observatory. HEX triplet: 09, 93 and 67. RGB value is (9,147,103). Sum of RGB (Red+Green+Blue) = 9+147+103=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #099367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099367 is #F66C98. Grayscale: #646464. Windows color (decimal): -16149657 or 6787849. OLE color: 6787849.

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

Color convert

RGB 9 147 103 -
CMYK 0.94 0 0.30 0.42
HSL 160.87º 0.88% 0.31% -
HSV(B) 160.87º 0.94% 0.58% -
XYZ 12.99 21.9 16.38 -
YUV 100.72 129.28 62.58 -
System Red Green Blue C M Y K H S L
Decimal 9 147 103 0.94 0 0.30 0.42 160.87 0.88 0.31
Hex 9 93 67 5E 0 1E 2A A1 58 1F
Octal 11 223 147 136 0 36 52 241 130 37
Binary 1001 10010011 1100111 1011110 0 11110 101010 10100001 1011000 11111

Color Harmonies of #099367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099367

Black with #099367

Text Example


Text Example

White with #099367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099367; }

 p { color: rgb(9,147,103); }

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

background-color css

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

 a { background-color: rgb(9,147,103); }

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

border-color css

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

 span { border-color: rgb(9,147,103); }

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