#078B70

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

Shades of Observatory #078B70

Tints of Observatory #078B70

Color information

#078B70 (or 0x078B70) is unknown color: approx Observatory. HEX triplet: 07, 8B and 70. RGB value is (7,139,112). Sum of RGB (Red+Green+Blue) = 7+139+112=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #078B70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B70 is #F8748F. Grayscale: #606060. Windows color (decimal): -16282768 or 7375623. OLE color: 7375623.

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

Color convert

RGB7139112-
CMYK0.9500.190.45
HSL167.73º90.41%28.63%-
HSV(B)167.73º94.96%54.51%-
XYZ12.2419.6818.48-
YUV96.45136.7764.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.71%
GREEN value IS 139 (54.69% from 255) = 53.88%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=2.71%
G=53.88%
B=43.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71391120.9500.190.45167.7390.4128.63
Hex78B705F0132Da85a1d
Octal72131601370235525013235
Binary111100010111110000101111101001110110110101000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,139,112); }

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

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

 a { background-color: rgb(7,139,112); }

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

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

 span { border-color: rgb(7,139,112); }

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