Html Css Color HEX #099074 Observatory

📋 copy color: '#099074'

red 9 ◦ green 144 ◦ blue 116

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

Shades of Observatory #099074

Tints of Observatory #099074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 3.35%
G = 53.53%
B = 43.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#099074 (or 0x099074) is known color: Observatory. HEX triplet: 09, 90 and 74. RGB value is (9,144,116). Sum of RGB (Red+Green+Blue) = 9+144+116=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #099074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099074 is #F66F8B. Grayscale: #646464. Windows color (decimal): -16150412 or 7639049. OLE color: 7639049.

HSL color Cylindrical-coordinate representation of color #099074: hue angle of 167.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099074 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 116 -
CMYK 0.94 0 0.19 0.44
HSL 167.56º 0.88% 0.3% -
HSV(B) 167.56º 0.94% 0.56% -
XYZ 13.24 21.27 19.93 -
YUV 100.44 136.77 62.78 -
System Red Green Blue C M Y K H S L
Decimal 9 144 116 0.94 0 0.19 0.44 167.56 0.88 0.3
Hex 9 90 74 5E 0 13 2C A8 58 1E
Octal 11 220 164 136 0 23 54 250 130 36
Binary 1001 10010000 1110100 1011110 0 10011 101100 10101000 1011000 11110

Color Harmonies of #099074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099074

Black with #099074

Text Example


Text Example

White with #099074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099074; }

 p { color: rgb(9,144,116); }

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

background-color css

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

 a { background-color: rgb(9,144,116); }

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

border-color css

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

 span { border-color: rgb(9,144,116); }

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