#078863

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

Shades of Observatory #078863

Tints of Observatory #078863

Color information

#078863 (or 0x078863) is unknown color: approx Observatory. HEX triplet: 07, 88 and 63. RGB value is (7,136,99). Sum of RGB (Red+Green+Blue) = 7+136+99=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #078863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078863 is #F8779C. Grayscale: #5D5D5D. Windows color (decimal): -16283549 or 6522887. OLE color: 6522887.

HSL color Cylindrical-coordinate representation of color #078863: hue angle of 162.79º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078863 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB713699-
CMYK0.9500.270.47
HSL162.79º90.21%28.04%-
HSV(B)162.79º94.85%53.33%-
XYZ11.1418.5514.8-
YUV93.21131.2666.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.89%
GREEN value IS 136 (53.52% from 255) = 56.20%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=2.89%
G=56.20%
B=40.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7136990.9500.270.47162.7990.2128.04
Hex788635F01B2Fa35a1c
Octal72101431370335724313234
Binary111100010001100011101111101101110111110100011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078863; }

 p { color: rgb(7,136,99); }

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

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

 a { background-color: rgb(7,136,99); }

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

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

 span { border-color: rgb(7,136,99); }

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