#079166

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

Shades of Observatory #079166

Tints of Observatory #079166

Color information

#079166 (or 0x079166) is unknown color: approx Observatory. HEX triplet: 07, 91 and 66. RGB value is (7,145,102). Sum of RGB (Red+Green+Blue) = 7+145+102=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #079166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079166 is #F86E99. Grayscale: #626262. Windows color (decimal): -16281242 or 6721799. OLE color: 6721799.

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

Color convert

RGB7145102-
CMYK0.9500.300.43
HSL161.3º90.79%29.8%-
HSV(B)161.3º95.17%56.86%-
XYZ12.6121.2616.01-
YUV98.84129.7862.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.76%
GREEN value IS 145 (57.03% from 255) = 57.09%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=2.76%
G=57.09%
B=40.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71451020.9500.300.43161.390.7929.8
Hex791665F01E2Ba15b1e
Octal72211461370365324113336
Binary111100100011100110101111101111010101110100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079166; }

 p { color: rgb(7,145,102); }

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

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

 a { background-color: rgb(7,145,102); }

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

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

 span { border-color: rgb(7,145,102); }

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