#079468

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

Shades of Observatory #079468

Tints of Observatory #079468

Color information

#079468 (or 0x079468) is unknown color: approx Observatory. HEX triplet: 07, 94 and 68. RGB value is (7,148,104). Sum of RGB (Red+Green+Blue) = 7+148+104=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #079468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079468 is #F86B97. Grayscale: #646464. Windows color (decimal): -16280472 or 6853639. OLE color: 6853639.

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

Color convert

RGB7148104-
CMYK0.9500.300.42
HSL161.28º90.97%30.39%-
HSV(B)161.28º95.27%58.04%-
XYZ13.1822.2216.69-
YUV100.82129.7961.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.70%
GREEN value IS 148 (58.20% from 255) = 57.14%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=2.70%
G=57.14%
B=40.15%

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
Decimal71481040.9500.300.42161.2890.9730.39
Hex794685F01E2Aa15b1e
Octal72241501370365224113336
Binary111100101001101000101111101111010101010100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079468; }

 p { color: rgb(7,148,104); }

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

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

 a { background-color: rgb(7,148,104); }

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

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

 span { border-color: rgb(7,148,104); }

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