#098D62

Color #098D62 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #098D62

Tints of Observatory #098D62

Color information

#098D62 (or 0x098D62) is unknown color: approx Observatory. HEX triplet: 09, 8D and 62. RGB value is (9,141,98). Sum of RGB (Red+Green+Blue) = 9+141+98=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #098D62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D62 is #F6729D. Grayscale: #606060. Windows color (decimal): -16151198 or 6458633. OLE color: 6458633.

HSL color Cylindrical-coordinate representation of color #098D62: hue angle of 160.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D62 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB914198-
CMYK0.9400.300.45
HSL160.45º88%29.41%-
HSV(B)160.45º93.62%55.29%-
XYZ11.8419.9914.79-
YUV96.63128.7765.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.63%
GREEN value IS 141 (55.47% from 255) = 56.85%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=3.63%
G=56.85%
B=39.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9141980.9400.300.45160.458829.41
Hex98D625E01E2Da0581d
Octal112151421360365524013035
Binary1001100011011100010101111001111010110110100000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,141,98); }

 H1.HeaderClassName
 {
   color: #098D62;
 }
 .AnyTagClassName
 {
   color: #098D62;
 }
</style>
background-color css

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

 a { background-color: rgb(9,141,98); }

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

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

 span { border-color: rgb(9,141,98); }

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