#078467

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

Shades of Observatory #078467

Tints of Observatory #078467

Color information

#078467 (or 0x078467) is unknown color: approx Observatory. HEX triplet: 07, 84 and 67. RGB value is (7,132,103). Sum of RGB (Red+Green+Blue) = 7+132+103=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #078467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078467 is #F87B98. Grayscale: #5B5B5B. Windows color (decimal): -16284569 or 6784007. OLE color: 6784007.

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

Color convert

RGB7132103-
CMYK0.9500.220.48
HSL166.08º89.93%27.25%-
HSV(B)166.08º94.7%51.76%-
XYZ10.7917.5315.65-
YUV91.32134.5967.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.89%
GREEN value IS 132 (51.95% from 255) = 54.55%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=2.89%
G=54.55%
B=42.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71321030.9500.220.48166.0889.9327.25
Hex784675F01630a65a1b
Octal72041471370266024613233
Binary111100001001100111101111101011011000010100110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078467; }

 p { color: rgb(7,132,103); }

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

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

 a { background-color: rgb(7,132,103); }

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

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

 span { border-color: rgb(7,132,103); }

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