#078864

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

Shades of Observatory #078864

Tints of Observatory #078864

Color information

#078864 (or 0x078864) is unknown color: approx Observatory. HEX triplet: 07, 88 and 64. RGB value is (7,136,100). Sum of RGB (Red+Green+Blue) = 7+136+100=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #078864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078864 is #F8779B. Grayscale: #5D5D5D. Windows color (decimal): -16283548 or 6588423. OLE color: 6588423.

HSL color Cylindrical-coordinate representation of color #078864: hue angle of 163.26º 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 #078864 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB7136100-
CMYK0.9500.260.47
HSL163.26º90.21%28.04%-
HSV(B)163.26º94.85%53.33%-
XYZ11.1918.5715.05-
YUV93.32131.7666.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 136 (53.52% from 255) = 55.97%
BLUE value IS 100 (39.45% from 255) = 41.15%
R=2.88%
G=55.97%
B=41.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71361000.9500.260.47163.2690.2128.04
Hex788645F01A2Fa35a1c
Octal72101441370325724313234
Binary111100010001100100101111101101010111110100011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078864; }

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

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

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

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

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

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

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

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