#079370

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

Shades of Observatory #079370

Tints of Observatory #079370

Color information

#079370 (or 0x079370) is unknown color: approx Observatory. HEX triplet: 07, 93 and 70. RGB value is (7,147,112). Sum of RGB (Red+Green+Blue) = 7+147+112=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #079370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079370 is #F86C8F. Grayscale: #656565. Windows color (decimal): -16280720 or 7377671. OLE color: 7377671.

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

Color convert

RGB7147112-
CMYK0.9500.240.42
HSL165º90.91%30.2%-
HSV(B)165º95.24%57.65%-
XYZ13.4522.0818.88-
YUV101.15134.1260.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.63%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=2.63%
G=55.26%
B=42.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71471120.9500.240.4216590.9130.2
Hex793705F0182Aa55b1e
Octal72231601370305224513336
Binary111100100111110000101111101100010101010100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079370; }

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

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

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

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

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

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

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

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