#008C79

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

Shades of Observatory #008C79

Tints of Observatory #008C79

Color information

#008C79 (or 0x008C79) is unknown color: approx Observatory. HEX triplet: 00, 8C and 79. RGB value is (0,140,121). Sum of RGB (Red+Green+Blue) = 0+140+121=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #008C79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C79 is #FF7386. Grayscale: #5F5F5F. Windows color (decimal): -16741255 or 7965696. OLE color: 7965696.

HSL color Cylindrical-coordinate representation of color #008C79: hue angle of 171.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C79 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB0140121-
CMYK100.140.45
HSL171.86º100%27.45%-
HSV(B)171.86º100%54.9%-
XYZ12.8320.1421.3-
YUV95.97142.1259.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 53.64%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=0%
G=53.64%
B=46.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0140121100.140.45171.8610027.45
Hex08C79640E2Dac641b
Octal02141711440165525414433
Binary010001100111100111001000111010110110101100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008C79; }

 p { color: rgb(0,140,121); }

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

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

 a { background-color: rgb(0,140,121); }

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

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

 span { border-color: rgb(0,140,121); }

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