#079467

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

Shades of Observatory #079467

Tints of Observatory #079467

Color information

#079467 (or 0x079467) is unknown color: approx Observatory. HEX triplet: 07, 94 and 67. RGB value is (7,148,103). Sum of RGB (Red+Green+Blue) = 7+148+103=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #079467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079467 is #F86B98. Grayscale: #646464. Windows color (decimal): -16280473 or 6788103. OLE color: 6788103.

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

Color convert

RGB7148103-
CMYK0.9500.300.42
HSL160.85º90.97%30.39%-
HSV(B)160.85º95.27%58.04%-
XYZ13.1322.216.43-
YUV100.71129.2961.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.71%
GREEN value IS 148 (58.20% from 255) = 57.36%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=2.71%
G=57.36%
B=39.92%

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
Decimal71481030.9500.300.42160.8590.9730.39
Hex794675F01E2Aa15b1e
Octal72241471370365224113336
Binary111100101001100111101111101111010101010100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079467; }

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

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

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

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

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

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

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

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