#008C7C

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

Shades of Observatory #008C7C

Tints of Observatory #008C7C

Color information

#008C7C (or 0x008C7C) is unknown color: approx Observatory. HEX triplet: 00, 8C and 7C. RGB value is (0,140,124). Sum of RGB (Red+Green+Blue) = 0+140+124=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #008C7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C7C is #FF7383. Grayscale: #606060. Windows color (decimal): -16741252 or 8162304. OLE color: 8162304.

HSL color Cylindrical-coordinate representation of color #008C7C: hue angle of 173.14º 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 #008C7C is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB0140124-
CMYK100.110.45
HSL173.14º100%27.45%-
HSV(B)173.14º100%54.9%-
XYZ13.0220.2122.28-
YUV96.32143.6259.3-

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.03%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=0%
G=53.03%
B=46.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0140124100.110.45173.1410027.45
Hex08C7C640B2Dad641b
Octal02141741440135525514433
Binary010001100111110011001000101110110110101101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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