#078B62

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

Shades of Observatory #078B62

Tints of Observatory #078B62

Color information

#078B62 (or 0x078B62) is unknown color: approx Observatory. HEX triplet: 07, 8B and 62. RGB value is (7,139,98). Sum of RGB (Red+Green+Blue) = 7+139+98=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #078B62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B62 is #F8749D. Grayscale: #5E5E5E. Windows color (decimal): -16282782 or 6458119. OLE color: 6458119.

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

Color convert

RGB713998-
CMYK0.9500.290.45
HSL161.36º90.41%28.63%-
HSV(B)161.36º94.96%54.51%-
XYZ11.5219.3914.69-
YUV94.86129.7765.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.87%
GREEN value IS 139 (54.69% from 255) = 56.97%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=2.87%
G=56.97%
B=40.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7139980.9500.290.45161.3690.4128.63
Hex78B625F01D2Da15a1d
Octal72131421370355524113235
Binary111100010111100010101111101110110110110100001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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