#078D78

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

Shades of Observatory #078D78

Tints of Observatory #078D78

Color information

#078D78 (or 0x078D78) is unknown color: approx Observatory. HEX triplet: 07, 8D and 78. RGB value is (7,141,120). Sum of RGB (Red+Green+Blue) = 7+141+120=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #078D78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D78 is #F87287. Grayscale: #626262. Windows color (decimal): -16282248 or 7900423. OLE color: 7900423.

HSL color Cylindrical-coordinate representation of color #078D78: hue angle of 170.6º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D78 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB7141120-
CMYK0.9500.150.45
HSL170.6º90.54%29.02%-
HSV(B)170.6º95.04%55.29%-
XYZ1320.4521.03-
YUV98.54140.1162.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.61%
GREEN value IS 141 (55.47% from 255) = 52.61%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=2.61%
G=52.61%
B=44.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71411200.9500.150.45170.690.5429.02
Hex78D785F0F2Dab5b1d
Octal72151701370175525313335
Binary11110001101111100010111110111110110110101011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078D78; }

 p { color: rgb(7,141,120); }

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

<style>
 a { background-color: #078D78; }

 a { background-color: rgb(7,141,120); }

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

<style>
 span { border-color: #078D78; }

 span { border-color: rgb(7,141,120); }

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