#079077

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

Shades of Observatory #079077

Tints of Observatory #079077

Color information

#079077 (or 0x079077) is unknown color: approx Observatory. HEX triplet: 07, 90 and 77. RGB value is (7,144,119). Sum of RGB (Red+Green+Blue) = 7+144+119=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #079077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079077 is #F86F88. Grayscale: #646464. Windows color (decimal): -16281481 or 7835655. OLE color: 7835655.

HSL color Cylindrical-coordinate representation of color #079077: hue angle of 169.05º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079077 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB7144119-
CMYK0.9500.170.44
HSL169.05º90.73%29.61%-
HSV(B)169.05º95.14%56.47%-
XYZ13.3921.3220.86-
YUV100.19138.6161.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.59%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=2.59%
G=53.33%
B=44.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71441190.9500.170.44169.0590.7329.61
Hex790775F0112Ca95b1e
Octal72201671370215425113336
Binary111100100001110111101111101000110110010101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079077; }

 p { color: rgb(7,144,119); }

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

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

 a { background-color: rgb(7,144,119); }

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

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

 span { border-color: rgb(7,144,119); }

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