#079476

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

Shades of Observatory #079476

Tints of Observatory #079476

Color information

#079476 (or 0x079476) is unknown color: approx Observatory. HEX triplet: 07, 94 and 76. RGB value is (7,148,118). Sum of RGB (Red+Green+Blue) = 7+148+118=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #079476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079476 is #F86B89. Grayscale: #666666. Windows color (decimal): -16280458 or 7771143. OLE color: 7771143.

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

Color convert

RGB7148118-
CMYK0.9500.200.42
HSL167.23º90.97%30.39%-
HSV(B)167.23º95.27%58.04%-
XYZ13.9522.5320.75-
YUV102.42136.7959.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 148 (58.20% from 255) = 54.21%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=2.56%
G=54.21%
B=43.22%

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
Decimal71481180.9500.200.42167.2390.9730.39
Hex794765F0142Aa75b1e
Octal72241661370245224713336
Binary111100101001110110101111101010010101010100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079476; }

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

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

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

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

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

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

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

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