#098C6C

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

Shades of Observatory #098C6C

Tints of Observatory #098C6C

Color information

#098C6C (or 0x098C6C) is unknown color: approx Observatory. HEX triplet: 09, 8C and 6C. RGB value is (9,140,108). Sum of RGB (Red+Green+Blue) = 9+140+108=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #098C6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098C6C is #F67393. Grayscale: #616161. Windows color (decimal): -16151444 or 7113737. OLE color: 7113737.

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

Color convert

RGB9140108-
CMYK0.9400.230.45
HSL165.34º87.92%29.22%-
HSV(B)165.34º93.57%54.9%-
XYZ12.219.917.38-
YUV97.18134.165.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 140 (55.08% from 255) = 54.47%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=3.50%
G=54.47%
B=42.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91401080.9400.230.45165.3487.9229.22
Hex98C6C5E0172Da5581d
Octal112141541360275524513035
Binary1001100011001101100101111001011110110110100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,140,108); }

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

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

 a { background-color: rgb(9,140,108); }

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

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

 span { border-color: rgb(9,140,108); }

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