#078468

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

Shades of Observatory #078468

Tints of Observatory #078468

Color information

#078468 (or 0x078468) is unknown color: approx Observatory. HEX triplet: 07, 84 and 68. RGB value is (7,132,104). Sum of RGB (Red+Green+Blue) = 7+132+104=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #078468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078468 is #F87B97. Grayscale: #5B5B5B. Windows color (decimal): -16284568 or 6849543. OLE color: 6849543.

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

Color convert

RGB7132104-
CMYK0.9500.210.48
HSL166.56º89.93%27.25%-
HSV(B)166.56º94.7%51.76%-
XYZ10.8417.5515.91-
YUV91.43135.0967.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=2.88%
G=54.32%
B=42.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71321040.9500.210.48166.5689.9327.25
Hex784685F01530a75a1b
Octal72041501370256024713233
Binary111100001001101000101111101010111000010100111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078468; }

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

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

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

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

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

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

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

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