Html Css Color HEX #098F78 Observatory

📋 copy color: '#098F78'

red 9 ◦ green 143 ◦ blue 120

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

Shades of Observatory #098F78

Tints of Observatory #098F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.57%

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

R = 3.31%
G = 52.57%
B = 44.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#098F78 (or 0x098F78) is known color: Observatory. HEX triplet: 09, 8F and 78. RGB value is (9,143,120). Sum of RGB (Red+Green+Blue) = 9+143+120=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #098F78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F78 is #F67087. Grayscale: #646464. Windows color (decimal): -16150664 or 7900937. OLE color: 7900937.

HSL color Cylindrical-coordinate representation of color #098F78: hue angle of 169.7º 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 #098F78 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 143 120 -
CMYK 0.94 0 0.16 0.44
HSL 169.7º 0.88% 0.3% -
HSV(B) 169.7º 0.94% 0.56% -
XYZ 13.33 21.06 21.13 -
YUV 100.31 139.11 62.87 -
System Red Green Blue C M Y K H S L
Decimal 9 143 120 0.94 0 0.16 0.44 169.7 0.88 0.3
Hex 9 8F 78 5E 0 10 2C AA 58 1E
Octal 11 217 170 136 0 20 54 252 130 36
Binary 1001 10001111 1111000 1011110 0 10000 101100 10101010 1011000 11110

Color Harmonies of #098F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098F78

Black with #098F78

Text Example


Text Example

White with #098F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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