#078D62

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

Shades of Observatory #078D62

Tints of Observatory #078D62

Color information

#078D62 (or 0x078D62) is unknown color: approx Observatory. HEX triplet: 07, 8D and 62. RGB value is (7,141,98). Sum of RGB (Red+Green+Blue) = 7+141+98=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #078D62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D62 is #F8729D. Grayscale: #606060. Windows color (decimal): -16282270 or 6458631. OLE color: 6458631.

HSL color Cylindrical-coordinate representation of color #078D62: hue angle of 160.75º 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 #078D62 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB714198-
CMYK0.9500.300.45
HSL160.75º90.54%29.02%-
HSV(B)160.75º95.04%55.29%-
XYZ11.8219.9814.79-
YUV96.03129.1164.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.85%
GREEN value IS 141 (55.47% from 255) = 57.32%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=2.85%
G=57.32%
B=39.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7141980.9500.300.45160.7590.5429.02
Hex78D625F01E2Da15b1d
Octal72151421370365524113335
Binary111100011011100010101111101111010110110100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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