#098A65

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

Shades of Observatory #098A65

Tints of Observatory #098A65

Color information

#098A65 (or 0x098A65) is unknown color: approx Observatory. HEX triplet: 09, 8A and 65. RGB value is (9,138,101). Sum of RGB (Red+Green+Blue) = 9+138+101=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #098A65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A65 is #F6759A. Grayscale: #5F5F5F. Windows color (decimal): -16151963 or 6654473. OLE color: 6654473.

HSL color Cylindrical-coordinate representation of color #098A65: hue angle of 162.79º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A65 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB9138101-
CMYK0.9300.270.46
HSL162.79º87.76%28.82%-
HSV(B)162.79º93.48%54.12%-
XYZ11.5519.1715.4-
YUV95.21131.2666.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.63%
GREEN value IS 138 (54.30% from 255) = 55.65%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=3.63%
G=55.65%
B=40.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91381010.9300.270.46162.7987.7628.82
Hex98A655D01B2Ea3581d
Octal112121451350335624313035
Binary1001100010101100101101110101101110111010100011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,138,101); }

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

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

 a { background-color: rgb(9,138,101); }

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

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

 span { border-color: rgb(9,138,101); }

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