#079569

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

Shades of Observatory #079569

Tints of Observatory #079569

Color information

#079569 (or 0x079569) is unknown color: approx Observatory. HEX triplet: 07, 95 and 69. RGB value is (7,149,105). Sum of RGB (Red+Green+Blue) = 7+149+105=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #079569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079569 is #F86A96. Grayscale: #656565. Windows color (decimal): -16280215 or 6919431. OLE color: 6919431.

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

Color convert

RGB7149105-
CMYK0.9500.300.42
HSL161.41º91.03%30.59%-
HSV(B)161.41º95.3%58.43%-
XYZ13.3822.5617.01-
YUV101.53129.9660.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.68%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=2.68%
G=57.09%
B=40.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71491050.9500.300.42161.4191.0330.59
Hex795695F01E2Aa15b1f
Octal72251511370365224113337
Binary111100101011101001101111101111010101010100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079569; }

 p { color: rgb(7,149,105); }

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

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

 a { background-color: rgb(7,149,105); }

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

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

 span { border-color: rgb(7,149,105); }

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