#078566

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

Shades of Observatory #078566

Tints of Observatory #078566

Color information

#078566 (or 0x078566) is unknown color: approx Observatory. HEX triplet: 07, 85 and 66. RGB value is (7,133,102). Sum of RGB (Red+Green+Blue) = 7+133+102=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #078566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078566 is #F87A99. Grayscale: #5B5B5B. Windows color (decimal): -16284314 or 6718727. OLE color: 6718727.

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

Color convert

RGB7133102-
CMYK0.9500.230.48
HSL165.24º90%27.45%-
HSV(B)165.24º94.74%52.16%-
XYZ10.8717.7815.43-
YUV91.79133.7667.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.89%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 102 (40.23% from 255) = 42.15%
R=2.89%
G=54.96%
B=42.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71331020.9500.230.48165.249027.45
Hex785665F01730a55a1b
Octal72051461370276024513233
Binary111100001011100110101111101011111000010100101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078566; }

 p { color: rgb(7,133,102); }

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

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

 a { background-color: rgb(7,133,102); }

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

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

 span { border-color: rgb(7,133,102); }

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