#078960

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

Shades of Observatory #078960

Tints of Observatory #078960

Color information

#078960 (or 0x078960) is unknown color: approx Observatory. HEX triplet: 07, 89 and 60. RGB value is (7,137,96). Sum of RGB (Red+Green+Blue) = 7+137+96=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #078960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078960 is #F8769F. Grayscale: #5D5D5D. Windows color (decimal): -16283296 or 6326535. OLE color: 6326535.

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

Color convert

RGB713796-
CMYK0.9500.300.46
HSL161.08º90.28%28.24%-
HSV(B)161.08º94.89%53.73%-
XYZ11.1418.7814.1-
YUV93.46129.4366.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.92%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 96 (37.89% from 255) = 40%
R=2.92%
G=57.08%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7137960.9500.300.46161.0890.2828.24
Hex789605F01E2Ea15a1c
Octal72111401370365624113234
Binary111100010011100000101111101111010111010100001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078960; }

 p { color: rgb(7,137,96); }

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

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

 a { background-color: rgb(7,137,96); }

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

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

 span { border-color: rgb(7,137,96); }

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