#079371

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

Shades of Observatory #079371

Tints of Observatory #079371

Color information

#079371 (or 0x079371) is unknown color: approx Observatory. HEX triplet: 07, 93 and 71. RGB value is (7,147,113). Sum of RGB (Red+Green+Blue) = 7+147+113=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #079371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079371 is #F86C8E. Grayscale: #656565. Windows color (decimal): -16280719 or 7443207. OLE color: 7443207.

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

Color convert

RGB7147113-
CMYK0.9500.230.42
HSL165.43º90.91%30.2%-
HSV(B)165.43º95.24%57.65%-
XYZ13.522.119.18-
YUV101.26134.6260.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 147 (57.81% from 255) = 55.06%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=2.62%
G=55.06%
B=42.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71471130.9500.230.42165.4390.9130.2
Hex793715F0172Aa55b1e
Octal72231611370275224513336
Binary111100100111110001101111101011110101010100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079371; }

 p { color: rgb(7,147,113); }

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

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

 a { background-color: rgb(7,147,113); }

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

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

 span { border-color: rgb(7,147,113); }

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