#079477

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

Shades of Observatory #079477

Tints of Observatory #079477

Color information

#079477 (or 0x079477) is unknown color: approx Observatory. HEX triplet: 07, 94 and 77. RGB value is (7,148,119). Sum of RGB (Red+Green+Blue) = 7+148+119=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #079477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079477 is #F86B88. Grayscale: #666666. Windows color (decimal): -16280457 or 7836679. OLE color: 7836679.

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

Color convert

RGB7148119-
CMYK0.9500.200.42
HSL167.66º90.97%30.39%-
HSV(B)167.66º95.27%58.04%-
XYZ14.0122.5621.07-
YUV102.54137.2959.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=2.55%
G=54.01%
B=43.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71481190.9500.200.42167.6690.9730.39
Hex794775F0142Aa85b1e
Octal72241671370245225013336
Binary111100101001110111101111101010010101010101000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079477; }

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

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

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

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

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

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

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

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