#079068

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

Shades of Observatory #079068

Tints of Observatory #079068

Color information

#079068 (or 0x079068) is unknown color: approx Observatory. HEX triplet: 07, 90 and 68. RGB value is (7,144,104). Sum of RGB (Red+Green+Blue) = 7+144+104=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #079068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079068 is #F86F97. Grayscale: #626262. Windows color (decimal): -16281496 or 6852615. OLE color: 6852615.

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

Color convert

RGB7144104-
CMYK0.9500.280.44
HSL162.48º90.73%29.61%-
HSV(B)162.48º95.14%56.47%-
XYZ12.5620.9916.49-
YUV98.48131.1162.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.75%
GREEN value IS 144 (56.64% from 255) = 56.47%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=2.75%
G=56.47%
B=40.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71441040.9500.280.44162.4890.7329.61
Hex790685F01C2Ca25b1e
Octal72201501370345424213336
Binary111100100001101000101111101110010110010100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079068; }

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

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

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

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

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

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

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

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