#079065

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

Shades of Observatory #079065

Tints of Observatory #079065

Color information

#079065 (or 0x079065) is unknown color: approx Observatory. HEX triplet: 07, 90 and 65. RGB value is (7,144,101). Sum of RGB (Red+Green+Blue) = 7+144+101=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #079065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079065 is #F86F9A. Grayscale: #626262. Windows color (decimal): -16281499 or 6656007. OLE color: 6656007.

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

Color convert

RGB7144101-
CMYK0.9500.300.44
HSL161.17º90.73%29.61%-
HSV(B)161.17º95.14%56.47%-
XYZ12.4120.9315.7-
YUV98.14129.6163-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.78%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=2.78%
G=57.14%
B=40.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71441010.9500.300.44161.1790.7329.61
Hex790655F01E2Ca15b1e
Octal72201451370365424113336
Binary111100100001100101101111101111010110010100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079065; }

 p { color: rgb(7,144,101); }

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

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

 a { background-color: rgb(7,144,101); }

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

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

 span { border-color: rgb(7,144,101); }

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