#079267

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

Shades of Observatory #079267

Tints of Observatory #079267

Color information

#079267 (or 0x079267) is unknown color: approx Observatory. HEX triplet: 07, 92 and 67. RGB value is (7,146,103). Sum of RGB (Red+Green+Blue) = 7+146+103=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #079267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079267 is #F86D98. Grayscale: #636363. Windows color (decimal): -16280985 or 6787591. OLE color: 6787591.

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

Color convert

RGB7146103-
CMYK0.9500.290.43
HSL161.44º90.85%30%-
HSV(B)161.44º95.21%57.25%-
XYZ12.8121.5816.32-
YUV99.54129.9562-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.73%
GREEN value IS 146 (57.42% from 255) = 57.03%
BLUE value IS 103 (40.62% from 255) = 40.23%
R=2.73%
G=57.03%
B=40.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71461030.9500.290.43161.4490.8530
Hex792675F01D2Ba15b1e
Octal72221471370355324113336
Binary111100100101100111101111101110110101110100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079267; }

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

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

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

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

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

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

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

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